You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/disallow-edits.yml
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,18 @@ configuration:
19
19
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
20
20
- closePullRequest
21
21
22
-
- description: Close PRs to the "ai-services/personalizer" and "ai-services/responsible-ai" folders where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
22
+
- description: Close PRs to the "personalizer" and "responsible-ai" folders where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
23
23
if:
24
24
- payloadType: Pull_Request
25
25
- isAction:
26
26
action: Opened
27
27
- or:
28
28
- filesMatchPattern:
29
29
matchAny: true
30
-
pattern: articles/ai-services/personalizer/*
30
+
pattern: articles/ai-foundry/responsible-ai/*
31
31
- filesMatchPattern:
32
32
matchAny: true
33
-
pattern: articles/ai-services/responsible-ai/*
33
+
pattern: articles/ai-services/personalizer/*
34
34
- not:
35
35
activitySenderHasAssociation:
36
36
association: Member
@@ -40,14 +40,18 @@ configuration:
40
40
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
41
41
- closePullRequest
42
42
43
-
- description: \@mention specific people when a PR is opened in the "ai-services/personalizer" folder.
43
+
- description: \@mention specific people when a PR is opened in the "personalizer" or "responsible-ai" folder.
0 commit comments