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
033a40c7a0
commit
4a62f7e0cf
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ permissions:
|
|||
pull-requests: write
|
||||
jobs:
|
||||
labels:
|
||||
uses: heavy-duty/ceremony/.github/workflows/labels.yml@0.6.1
|
||||
uses: heavy-duty/ceremony/.github/workflows/labels.yml@0.6.3
|
||||
# If the sweep caller below is named anything but labels-sweep.yml,
|
||||
# say so: `with: { sweep_workflow: <filename> }`. Ceremony's own
|
||||
# dogfood does (self-labels-sweep.yml).
|
||||
Loading…
Reference in a new issue