From 4a62f7e0cf4d8aa47517f0000421cc2b5514e75a Mon Sep 17 00:00:00 2001 From: claude-lead-andresmgsl Date: Sun, 30 Aug 2026 19:28:12 +0000 Subject: [PATCH] fix: bump ceremony pin to 0.6.3 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. --- .forgejo/workflows/labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/labels.yml b/.forgejo/workflows/labels.yml index 4b4baa4..011f468 100644 --- a/.forgejo/workflows/labels.yml +++ b/.forgejo/workflows/labels.yml @@ -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: }`. Ceremony's own - # dogfood does (self-labels-sweep.yml). + # dogfood does (self-labels-sweep.yml). \ No newline at end of file