pr-update-action
pr-update-action copied to clipboard
Don't fail the action if the branch name doesn't match?
Thanks for your GH action.
It would be nice if there was an option to not fail the step if the branch name does not match.
Use the native branches:
filter so it only runs on a given branch pattern
eg:
# .github/workflows/action.yml
on:
pull_request:
types:
- opened
branches:
- main