Skip to content

Commit d900658

Browse files
authored
Merge pull request #141 from PHPCSStandards/feature/ghactions-more-label-mngmnt
GH Actions/label mngmnt: various tweaks
2 parents 6f29d9b + 6ea8869 commit d900658

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/label-merge-conflicts.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
name: Check PRs for merge conflicts
22

33
on:
4+
# Check for new conflicts due to merges.
45
push:
56
branches:
67
- master
8+
# Check conflicts in new PRs and for resolved conflicts due to an open PR being updated.
9+
pull_request_target:
10+
types:
11+
- opened
12+
- edited
13+
- synchronize
14+
- reopened
715

816
# Cancels all previous workflow runs for the same branch that have not yet completed.
917
concurrency:

.github/workflows/label-remove-outdated.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
labels: |
4040
Status: awaiting feedback
4141
Status: close candidate
42+
Status: has merge conflict
4243
Status: needs investigation
4344
Status: triage
4445

0 commit comments

Comments
 (0)