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
10 changes: 5 additions & 5 deletions .github/workflows/ci-status-fix-net11.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/ci-status-fix-net11.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ safe-outputs:
# so no protected-files blocklist is needed (a prior protected-files
# exclude of .github/ was dead config and contradicted this allowlist).
allowed-files:
- "src/AI/**"
- "src/Core/**"
- "src/Controls/**"
- "src/Essentials/**"
Expand Down Expand Up @@ -237,6 +238,7 @@ safe-outputs:
# Mirror create-pull-request's enforced allowlist so a follow-up attempt can
# never touch files outside the fix surface (.github/** stays excluded).
allowed-files:
- "src/AI/**"
- "src/Core/**"
- "src/Controls/**"
- "src/Essentials/**"
Expand Down
Loading
Loading