We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5280492 commit 09678bbCopy full SHA for 09678bb
.github/policies/disallow-edits.yml
@@ -28,15 +28,17 @@ configuration:
28
matchAny: true
29
pattern: articles/ai-foundry/responsible-ai/*
30
- not:
31
- activitySenderHasAssociation:
32
- association: Member
+ or:
+ - activitySenderHasAssociation:
33
+ association: Member
34
+ - isActivitySender:
35
+ user: learn-build-service-prod[bot]
36
then:
37
- addReply:
38
reply: >-
39
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
40
- closePullRequest
41
-
42
- description: \@mention specific people when a PR is opened in the "ai-foundry/responsible-ai" folder.
43
if:
44
- payloadType: Pull_Request
0 commit comments