git-for-windows / gfw-helper-github-app

1 stars 6 forks source link

Add the `/updpkgsums` slash command #54

Closed dscho closed 9 months ago

dscho commented 9 months ago

Marked as draft because it needs https://github.com/git-for-windows/git-for-windows-automation/pull/62 to be merged first.

As with most of the other slash commands, this triggers a GitHub workflow run in git-for-windows-automation, in this instance, unsurprisingly the upkpkgsums.yml one.

The idea is to help contributors with their Pull Requests that fail CI builds solely due to mismatched checksums after modifying, adding or removing files from a package.

This fixes #28.