Skip to content

Commit 6677065

Browse files
authored
Try removing files pattern (#45146)
1 parent 1a18170 commit 6677065

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/policies/disallow-edits.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,12 @@ configuration:
7070
action: Created
7171
- isActivitySender:
7272
issueAuthor: True
73-
- filesMatchPattern:
74-
matchAny: true
75-
pattern: docs/csharp/*
7673
- commentContains:
7774
pattern: '#sign-off'
7875
isRegex: False
7976
- not:
80-
or:
81-
- isActivitySender:
82-
user: BillWagner
77+
isActivitySender:
78+
user: BillWagner
8379
then:
8480
# Add the do-not-merge label, remove the ready-to-merge label, and add a reply asking the PR author not to sign off on the PR.
8581
- addReply:

0 commit comments

Comments
 (0)