Gitea Version
1.27.3
What happened?
Gitea merged a scheduled Pull Request although required checks failed.
Branch Protection configuration is "Enable Status Check" set with pattern * and "Block merge if pull request is outdated" set.
Steps:
- commit status from PR was pending / yellow
- scheduled pull request to auto merge
- commit status got green, however merge was blocked because of outdated
- updated branch by rebase from Pull Request
- commit status from rebase is red
- Gitea merged the Pull Request
I assume that Gitea checked the status of the old commit before merging and not the current one after rebase.
How are you running Gitea?
No response
Gitea Version
1.27.3
What happened?
Gitea merged a scheduled Pull Request although required checks failed.
Branch Protection configuration is "Enable Status Check" set with pattern
*and "Block merge if pull request is outdated" set.Steps:
I assume that Gitea checked the status of the old commit before merging and not the current one after rebase.
How are you running Gitea?
No response