Closes #39. 0.6.1 has no draft guard in its Forgejo mergeability mapping, so the sweep marks every draft PR as blocker:conflict (see !38). The guard landed in ceremony d3b7984, first tagged 0.6.2.
This commit is contained in:
parent
4a62f7e0cf
commit
92ba146b44
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ permissions:
|
|||
pull-requests: write
|
||||
jobs:
|
||||
sweep:
|
||||
uses: heavy-duty/ceremony/.github/workflows/labels-sweep.yml@0.6.1
|
||||
uses: heavy-duty/ceremony/.github/workflows/labels-sweep.yml@0.6.3
|
||||
with:
|
||||
# Pass the dispatch input through the workflow_call boundary
|
||||
# explicitly — a called workflow must not rely on reading the caller's
|
||||
|
|
|
|||
Loading…
Reference in a new issue