JJ / github-pr-contains-action

Action that checks whether the body or diff in a PR contains a certain word.
MIT License
29 stars 33 forks source link

Disable check for dependabot PRs #101

Closed eccles closed 1 year ago

eccles commented 1 year ago

We use this action to ensure a link is present in an issue on Azure. However dependabot Prs will not be associated with any ticket so it would be nice if we could set 'dependabot: false' and the check will always pas for depndabot PRs.

JJ commented 1 year ago

Right, it's very annoying when that happens. Maybe even just make that the default.

eccles commented 1 year ago

that would also be a good solution. Many thanks for your attention to this..

JJ commented 1 year ago

Can you please check releases/v11 @eccles ? Just changing the tag should work out of the box; then if you have some outstanding dependabot PR issue a @dependabot rebase or recreate to check that it does not fail now. Please reopen if it does not.