File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments