Skip to content

Commit 6502cf8

Browse files
Merge pull request #295472 from gewarren/patch-13
Try to escape hash
2 parents 9ef5778 + 17d3c6f commit 6502cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/policies/disallow-edits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ configuration:
160160
matchAny: true
161161
pattern: articles/reliability/*
162162
- commentContains:
163-
pattern: '#sign-off'
163+
pattern: '\#sign-off'
164164
isRegex: true
165165
- not:
166166
or:

0 commit comments

Comments
 (0)