Skip to content

Commit 79d74b2

Browse files
Merge pull request #295467 from gewarren/patch-12
Use RegEx to find sign-off comment
2 parents a0bb44d + 035bcd9 commit 79d74b2

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: \#sign-off
164-
isRegex: false
163+
pattern: '#sign-off'
164+
isRegex: true
165165
- not:
166166
or:
167167
- isActivitySender:

0 commit comments

Comments
 (0)