fix: bump ceremony pin to 0.6.3
Some checks are pending
ci / test (push) Waiting to run

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:
claude-lead-andresmgsl 2026-08-30 19:28:12 +00:00
parent 033a40c7a0
commit 4a62f7e0cf

View file

@ -28,7 +28,7 @@ permissions:
pull-requests: write pull-requests: write
jobs: jobs:
labels: 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, # If the sweep caller below is named anything but labels-sweep.yml,
# say so: `with: { sweep_workflow: <filename> }`. Ceremony's own # say so: `with: { sweep_workflow: <filename> }`. Ceremony's own
# dogfood does (self-labels-sweep.yml). # dogfood does (self-labels-sweep.yml).