Skip to content

Commit

Permalink
[3.11] Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting ch…
Browse files Browse the repository at this point in the history
…ange review" present on PR (pythonGH-103807) (python#103814)

"awaiting changes" means somebody put a review that requested changes.

"awaiting change review" means that the PR author published changes
after a red review and then requested a re-review.

(cherry picked from commit b51da99)
  • Loading branch information
ambv authored Apr 25, 2023
1 parent 56d50dd commit 99db23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/require-pr-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
label:
name: DO-NOT-MERGE
name: DO-NOT-MERGE / unresolved review
runs-on: ubuntu-latest
timeout-minutes: 10

Expand All @@ -15,4 +15,4 @@ jobs:
with:
mode: exactly
count: 0
labels: "DO-NOT-MERGE"
labels: "DO-NOT-MERGE, awaiting changes, awaiting change review"

0 comments on commit 99db23d

Please sign in to comment.