Skip to content

Commit eef5ce2

Browse files
authored
Merge pull request #5845 from PatrickFarley/cogserv
Cogserv
2 parents 25a71ba + ab78de7 commit eef5ce2

File tree

3 files changed

+7
-50
lines changed

3 files changed

+7
-50
lines changed

.github/policies/disallow-edits.yml

Lines changed: 6 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ configuration:
1919
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
2020
- closePullRequest
2121

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).
2323
if:
2424
- payloadType: Pull_Request
2525
- isAction:
2626
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/*
3430
- not:
3531
activitySenderHasAssociation:
3632
association: Member
@@ -40,50 +36,15 @@ configuration:
4036
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
4137
- closePullRequest
4238

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
7839

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.
8041
if:
8142
- payloadType: Pull_Request
8243
- isAction:
8344
action: Opened
8445
- filesMatchPattern:
8546
matchAny: true
86-
pattern: articles/ai-services/responsible-ai/*
47+
pattern: articles/ai-foundry/responsible-ai/*
8748
- activitySenderHasAssociation:
8849
association: Member
8950
- not:
@@ -100,8 +61,6 @@ configuration:
10061
user: laujan
10162
- isActivitySender:
10263
user: patrickfarley
103-
- isActivitySender:
104-
user: jboback
10564
- isActivitySender:
10665
user: heidisteen
10766
- isActivitySender:
@@ -118,7 +77,6 @@ configuration:
11877
- aahill
11978
- laujan
12079
- patrickfarley
121-
- jboback
12280
- heidisteen
12381
- haileytap
12482
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.

articles/ai-foundry/openai/includes/content-filter-configurability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Configurable content filters for inputs (prompts) and outputs (completions) are
2929

3030
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).
3131

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).

docfx.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@
483483
"articles/machine-learning/v1/**/*.md": "azureml-api-1"
484484
},
485485
"open_to_public_contributors": {
486-
"articles/ai-services/personalizer/**.*": false,
487486
"articles/ai-foundry/responsible-ai/**.*": false
488487
},
489488
"recommendations": {

0 commit comments

Comments
 (0)