Skip to content
Merged
Show file tree
Hide file tree
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
34 changes: 17 additions & 17 deletions .github/workflows/sdd-execute-haiku.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions .github/workflows/sdd-execute-haiku.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,14 @@ safe-outputs:
# push to the pyproject.toml the PR already touched, so exclude it here too
# (issue #142). The Node manifest and npm/pnpm/yarn lockfiles are excluded
# for the same reason as in create-pull-request (the host Node cleanup,
# issue #179, stages them). Other protected files keep gh-aw's default push
# policy.
# issue #179, stages them). Other protected files keep
# policy: fallback-to-issue, mirroring create-pull-request above, so a
# /revise that must touch a protected file the PR already changed pushes the
# branch and opens a review issue (ADR 0001 hand-off) rather than silently
# dropping the edit under gh-aw's unset-policy push default (CodeRabbit,
# PR #319).
protected-files:
policy: fallback-to-issue
exclude:
- pyproject.toml
- package.json
Expand Down
Loading
Loading