From 5c5725c1aa0da8ca0980c01906729b45cf48a2a2 Mon Sep 17 00:00:00 2001 From: Einar Date: Thu, 10 Sep 2026 14:16:43 +0200 Subject: [PATCH] Skip Chronicle.Dapr in the common workflow bootstrap Chronicle.Dapr's publication-boundary governance declares exactly build, preview-publish, and the pinned verify-no-work-records wrapper, with the per-repository extra-allowed policy documents. The bootstrap's added wrappers and its rewrite of the pinned call both violate that boundary, so the repository is skipped rather than fought. --- .github/workflows/bootstrap-common-workflows.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap-common-workflows.yml b/.github/workflows/bootstrap-common-workflows.yml index 4a96960..9c9c6c1 100644 --- a/.github/workflows/bootstrap-common-workflows.yml +++ b/.github/workflows/bootstrap-common-workflows.yml @@ -41,7 +41,10 @@ env: # Repositories to skip when bootstrapping. # Workflows - this repo; it holds the reusable workflows themselves # cratis.github.io, StudioIssues - do not publish GitHub Packages - REPOS_TO_IGNORE: '["Workflows","cratis.github.io","StudioIssues","Documentation","cratis.studio","Automation",".github","Dockerfiles","AI","Templates","Dockerfiles","release-action"]' + # Chronicle.Dapr - its own publication-boundary governance (tools/verify-workflow-boundary.py) + # declares exactly build, preview-publish, and the pinned verify-no-work-records; + # the bootstrap's wrappers and wrapper rewrites violate it + REPOS_TO_IGNORE: '["Workflows","cratis.github.io","StudioIssues","Documentation","cratis.studio","Automation",".github","Dockerfiles","AI","Templates","Dockerfiles","release-action","Chronicle.Dapr"]' jobs: bootstrap: