Skip to content

Commit 035bcd9

Browse files
authored
Use regex pattern
1 parent 26f15cd commit 035bcd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/policies/disallow-edits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ configuration:
160160
matchAny: true
161161
pattern: articles/reliability/*
162162
- commentContains:
163-
pattern:
164-
isRegex: false
163+
pattern: '#sign-off'
164+
isRegex: true
165165
- not:
166166
or:
167167
- isActivitySender:

0 commit comments

Comments
 (0)