File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 run : |
2222 set -euo pipefail
2323
24- allowed_regex='^(README\.md|CHANGELOG\.md|install\.ps1|install\.sh|\.github/workflows/scope-guard\.yml|\.github/workflows/installer-smoke\.yml|\.github/workflows/release-notes-guard\.yml)$'
24+ allowed_regex='^(README\.md|CHANGELOG\.md|AGENTS\.md| install\.ps1|install\.sh|\.github/workflows/scope-guard\.yml|\.github/workflows/installer-smoke\.yml|\.github/workflows/release-notes-guard\.yml)$'
2525
2626 mapfile -t tracked < <(git ls-files)
2727 disallowed=()
4242 run : |
4343 set -euo pipefail
4444
45- allowed_regex='^(README\.md|CHANGELOG\.md|install\.ps1|install\.sh|\.github/workflows/scope-guard\.yml|\.github/workflows/installer-smoke\.yml|\.github/workflows/release-notes-guard\.yml)$'
45+ allowed_regex='^(README\.md|CHANGELOG\.md|AGENTS\.md| install\.ps1|install\.sh|\.github/workflows/scope-guard\.yml|\.github/workflows/installer-smoke\.yml|\.github/workflows/release-notes-guard\.yml)$'
4646
4747 if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
4848 base_sha="${{ github.event.pull_request.base.sha }}"
You can’t perform that action at this time.
0 commit comments