Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(CI): manage
merge-conflict
label on push (#20961)
Add a step to the PR summary workflow that adds or removes the `merge-conflict` label, as appropriate. We place the action in the PR summary workflow, since that workflow already checks out the whole repository, so the "cost" of the step is simply to verify whether there are merge conflicts and add/remove the label. See #19464 for a PR whose `merge-conflict` label was removed by this workflow.
- Loading branch information