Skip to content

Commit 69ed4d1

Browse files
committed
only run on non-draft PRs by default
1 parent 5cce30e commit 69ed4d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ jobs:
1919
dry-run: true
2020
conflict-label: 'conflicted'
2121
conflict-requires-labels: 'test-pr'
22+
conflict-requires-ready-state: 'all'
2223
update-pr-branches: true
2324
update-requires-labels: 'test-pr'
25+
update-requires-ready-state: 'all'
2426
env:
2527
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
2628
- name: Print Output

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
conflict-requires-ready-state:
1313
description: 'Only process conflicts on PRs that are in the specified state. Accepts "all", "draft", and "ready_for_review" (default)'
1414
required: false
15-
default: 'all'
15+
default: 'ready_for_review'
1616
conflict-requires-labels:
1717
description: 'Only process conflicts on PRs that have one of the specified labels (comma-separated list of labels)'
1818
required: false

0 commit comments

Comments
 (0)