Commit 6d3559f
fix(workflows): broaden allowed-files glob to cover flat tests/safe-outputs layout (#871)
The previous allowed-files entry only matched
tests/safe-outputs/<dir>/*.lock.yml (the ** wildcard requires at least one
intermediate directory), so the flat tests/safe-outputs/<name>.lock.yml
fixtures were rejected by the create_pull_request safe-output policy.
Add the flat glob alongside the recursive one so both layouts are
covered.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 039e547 commit 6d3559f
2 files changed
Lines changed: 18 additions & 17 deletions
Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments