-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
Description
Describe the bug
- The
contributors.ymlfile is behaving strangely; when GitHub Actions open a PR and that PR is merged, it also triggers the script for the merged PR (created by GitHub Actions), resulting in a loop.
Expected behaviour
- The
contributors.ymlscript should function normally, and it should execute only when a genuine GitHub account's pull request is merged, at which point the script will run and open a new pull request.
Actual behaviour
- It is opening pull requests (PRs) unnecessarily for its own GitHub Actions PR.