-
Notifications
You must be signed in to change notification settings - Fork 2.5k
[BUG] Minimal approval workflow blocks PR merge #12137
Copy link
Copy link
Open
Labels
Description
Describe the bug
Github Action Minimum Approval workflow blocks the PR merge if PR already has approval but a new commit is pushed. As the trigger for this action is "pull_request_review", this action is only triggered if a approval is given or removed or description is edited.
| pull_request_review: |
Related component
Other
To Reproduce
- Raise a PR
- Get approval on the PR from a maintainer
- Push a commit to the PR branch
Expected behavior
The workflow should run all the times we have updated the PR or after getting approval as well.
Additional Details
No response
Reactions are currently unavailable