Skip to content

Commit 3f00930

Browse files
author
andyvand
committed
fix(ci): allow installer agent rules in scope guard
1 parent 558b3ef commit 3f00930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scope-guard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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=()
@@ -42,7 +42,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)