Skip to content

Commit 4b0a984

Browse files
committed
Exclude script file from arm-lease validation
1 parent edf63c2 commit 4b0a984

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/src/arm-lease-validation/arm-lease-validation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const ALLOWED_FILE_PATTERNS = [
2020
LEASE_FILE_PATTERN,
2121
LEASE_FILE_WITH_GROUP_PATTERN,
2222
/^\.github\/arm-leases\/README\.md$/,
23+
/^\.github\/arm-leases\/scripts\/.+$/,
2324
];
2425

2526
/**

0 commit comments

Comments
 (0)