User: joe Date: 16 Jan 24 23:18 Revision: 6d668ac93dde662e746b668528e65773f1e14325 Summary: Do nothing if PR from same branch already exists. The detection is buggy. TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8996&personal=false Index: .github/workflows/pr_check_target_branch.yml =================================================================== --- .github/workflows/pr_check_target_branch.yml (revision 5b1d2e52b0cfc8dd47322df3881e8da22743dc33) +++ .github/workflows/pr_check_target_branch.yml (revision 6d668ac93dde662e746b668528e65773f1e14325) @@ -16,6 +16,7 @@ target: /\b(?!dev\b).*?\b/ exclude: dev change-to: dev + already-exists-action: nothing comment: | New PRs should target the `dev` branch. The base branch of this PR has been automatically changed to `dev`. Please check that there are no merge conflicts.