Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/bootstrap-common-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ env:
# 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"]'
# Chronicle.Wolverine - its reviewed workflow composition (test_reviewed_workflow_composition.py)
# requires full-SHA pins, the declared secret only, extra-allowed VERSIONS, and the
# manual reviewed-update path; the bootstrap's @main rewrites violate it
REPOS_TO_IGNORE: '["Workflows","cratis.github.io","StudioIssues","Documentation","cratis.studio","Automation",".github","Dockerfiles","AI","Templates","Dockerfiles","release-action","Chronicle.Dapr","Chronicle.Wolverine"]'

jobs:
bootstrap:
Expand Down