Skip to content

Commit 7088588

Browse files
committed
fixup! Same applies to #130625 from code review
1 parent 37e6c81 commit 7088588

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

.github/workflows/require-pr-label.yml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,17 @@ on:
55
types: [opened, reopened, labeled, unlabeled, synchronize]
66

77
jobs:
8-
label-dnm:
9-
name: DO-NOT-MERGE
8+
label:
9+
name: DO-NOT-MERGE / unresolved review
1010
if: github.repository_owner == 'python'
1111
runs-on: ubuntu-latest
1212
permissions:
1313
pull-requests: read
1414
timeout-minutes: 10
1515

1616
steps:
17-
- name: Check there's no DO-NOT-MERGE
18-
uses: mheap/github-action-required-labels@v5
17+
- uses: mheap/github-action-required-labels@v5
1918
with:
2019
mode: exactly
2120
count: 0
22-
labels: |
23-
DO-NOT-MERGE
24-
25-
label-reviews:
26-
name: Unresolved review
27-
if: github.repository_owner == 'python'
28-
runs-on: ubuntu-latest
29-
permissions:
30-
pull-requests: read
31-
timeout-minutes: 10
32-
33-
steps:
34-
# Check that the PR is not awaiting changes from the author due to previous review.
35-
- name: Check there's no required changes
36-
uses: mheap/github-action-required-labels@v5
37-
with:
38-
mode: exactly
39-
count: 0
40-
labels: |
41-
awaiting changes
42-
awaiting change review
21+
labels: "DO-NOT-MERGE, awaiting changes, awaiting change review"

0 commit comments

Comments
 (0)