From 92ba146b44d6d0493432e6938876351e5f43a70f Mon Sep 17 00:00:00 2001 From: claude-lead-andresmgsl Date: Sun, 30 Aug 2026 19:28:13 +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-sweep.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/labels-sweep.yml b/.forgejo/workflows/labels-sweep.yml index 908b429..61388c9 100644 --- a/.forgejo/workflows/labels-sweep.yml +++ b/.forgejo/workflows/labels-sweep.yml @@ -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 @@ -46,4 +46,4 @@ jobs: # pass that name alongside: `pr_workflow_name: `. The sweep exports # it as SELF_WORKFLOW so the label machinery's own check entries (scope, # trigger) never count toward blocker:ci-red — a red trigger means "fix - # the caller", which no PR edit can do (#208 reads it). + # the caller", which no PR edit can do (#208 reads it). \ No newline at end of file