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
+3-44Lines changed: 3 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ 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 "personalizer" and "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 "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:
@@ -28,9 +28,6 @@ configuration:
28
28
- filesMatchPattern:
29
29
matchAny: true
30
30
pattern: articles/ai-foundry/responsible-ai/*
31
-
- filesMatchPattern:
32
-
matchAny: true
33
-
pattern: articles/ai-services/personalizer/*
34
31
- not:
35
32
activitySenderHasAssociation:
36
33
association: Member
@@ -40,50 +37,15 @@ configuration:
40
37
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
41
38
- closePullRequest
42
39
43
-
- description: \@mention specific people when a PR is opened in the "personalizer" or "responsible-ai" folder.
44
-
if:
45
-
- payloadType: Pull_Request
46
-
- isAction:
47
-
action: Opened
48
-
- or:
49
-
- filesMatchPattern:
50
-
matchAny: true
51
-
pattern: articles/ai-foundry/responsible-ai/*
52
-
- filesMatchPattern:
53
-
matchAny: true
54
-
pattern: articles/ai-services/personalizer/*
55
-
- activitySenderHasAssociation:
56
-
association: Member
57
-
- not:
58
-
or:
59
-
- isActivitySender:
60
-
user: eric-urban
61
-
- isActivitySender:
62
-
user: nitinme
63
-
- isActivitySender:
64
-
user: mrbullwinkle
65
-
then:
66
-
- addReply:
67
-
reply: >-
68
-
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
69
-
- mentionUsers:
70
-
mentionees:
71
-
- eric-urban
72
-
- nitinme
73
-
- mrbullwinkle
74
-
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
75
-
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
76
-
- addLabel:
77
-
label: needs-human-review
78
40
79
-
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
41
+
- description: \@mention specific people when a PR is opened in the "ai-foundry/responsible-ai" folder.
80
42
if:
81
43
- payloadType: Pull_Request
82
44
- isAction:
83
45
action: Opened
84
46
- filesMatchPattern:
85
47
matchAny: true
86
-
pattern: articles/ai-services/responsible-ai/*
48
+
pattern: articles/ai-foundry/responsible-ai/*
87
49
- activitySenderHasAssociation:
88
50
association: Member
89
51
- not:
@@ -100,8 +62,6 @@ configuration:
100
62
user: laujan
101
63
- isActivitySender:
102
64
user: patrickfarley
103
-
- isActivitySender:
104
-
user: jboback
105
65
- isActivitySender:
106
66
user: heidisteen
107
67
- isActivitySender:
@@ -118,7 +78,6 @@ configuration:
118
78
- aahill
119
79
- laujan
120
80
- patrickfarley
121
-
- jboback
122
81
- heidisteen
123
82
- haileytap
124
83
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
0 commit comments