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
+6-48Lines changed: 6 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,14 @@ 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:
26
26
action: Opened
27
-
- or:
28
-
- filesMatchPattern:
29
-
matchAny: true
30
-
pattern: articles/ai-foundry/responsible-ai/*
31
-
- filesMatchPattern:
32
-
matchAny: true
33
-
pattern: articles/ai-services/personalizer/*
27
+
- filesMatchPattern:
28
+
matchAny: true
29
+
pattern: articles/ai-foundry/responsible-ai/*
34
30
- not:
35
31
activitySenderHasAssociation:
36
32
association: Member
@@ -40,50 +36,15 @@ configuration:
40
36
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
41
37
- closePullRequest
42
38
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
39
79
-
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
40
+
- description: \@mention specific people when a PR is opened in the "ai-foundry/responsible-ai" folder.
80
41
if:
81
42
- payloadType: Pull_Request
82
43
- isAction:
83
44
action: Opened
84
45
- filesMatchPattern:
85
46
matchAny: true
86
-
pattern: articles/ai-services/responsible-ai/*
47
+
pattern: articles/ai-foundry/responsible-ai/*
87
48
- activitySenderHasAssociation:
88
49
association: Member
89
50
- not:
@@ -100,8 +61,6 @@ configuration:
100
61
user: laujan
101
62
- isActivitySender:
102
63
user: patrickfarley
103
-
- isActivitySender:
104
-
user: jboback
105
64
- isActivitySender:
106
65
user: heidisteen
107
66
- isActivitySender:
@@ -118,7 +77,6 @@ configuration:
118
77
- aahill
119
78
- laujan
120
79
- patrickfarley
121
-
- jboback
122
80
- heidisteen
123
81
- haileytap
124
82
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
Copy file name to clipboardExpand all lines: articles/ai-foundry/openai/includes/content-filter-configurability.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ Configurable content filters for inputs (prompts) and outputs (completions) are
29
29
30
30
Content filtering configurations are created within a Resource in Azure AI Foundry portal, and can be associated with Deployments. [Learn more about configuring content filters here](../how-to/content-filters.md).
31
31
32
-
Customers are responsible for ensuring that applications integrating Azure OpenAI comply with the [Code of Conduct](/legal/ai-code-of-conduct?context=/azure/ai-services/openai/context/context).
32
+
Customers are responsible for ensuring that applications integrating Azure OpenAI comply with the [Code of Conduct](/legal/ai-code-of-conduct?context=/azure/ai-services/openai/context/context).
0 commit comments