Skip to content

Commit a38e70f

Browse files
committed
add capability host
2 parents f164511 + f513e22 commit a38e70f

File tree

5,155 files changed

+178329
-144134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,155 files changed

+178329
-144134
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/|resource-graph/samples/))"]}
2+
:allowed-filename-matches ["articles"]}

.github/policies/disallow-edits.yml

Lines changed: 69 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,76 @@ configuration:
1010
- payloadType: Pull_Request
1111
- isAction:
1212
action: Opened
13-
- or:
14-
- filesMatchPattern:
15-
matchAny: true
16-
pattern: articles/index.*
13+
- filesMatchPattern:
14+
matchAny: true
15+
pattern: articles/index.*
1716
then:
1817
- addReply:
1918
reply: >-
20-
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
19+
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
2120
- closePullRequest
21+
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+
if:
24+
- payloadType: Pull_Request
25+
- isAction:
26+
action: Opened
27+
- filesMatchPattern:
28+
matchAny: true
29+
pattern: articles/ai-foundry/responsible-ai/*
30+
- not:
31+
activitySenderHasAssociation:
32+
association: Member
33+
then:
34+
- addReply:
35+
reply: >-
36+
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
37+
- closePullRequest
38+
39+
40+
- description: \@mention specific people when a PR is opened in the "ai-foundry/responsible-ai" folder.
41+
if:
42+
- payloadType: Pull_Request
43+
- isAction:
44+
action: Opened
45+
- filesMatchPattern:
46+
matchAny: true
47+
pattern: articles/ai-foundry/responsible-ai/*
48+
- activitySenderHasAssociation:
49+
association: Member
50+
- not:
51+
or:
52+
- isActivitySender:
53+
user: eric-urban
54+
- isActivitySender:
55+
user: nitinme
56+
- isActivitySender:
57+
user: mrbullwinkle
58+
- isActivitySender:
59+
user: aahill
60+
- isActivitySender:
61+
user: laujan
62+
- isActivitySender:
63+
user: patrickfarley
64+
- isActivitySender:
65+
user: heidisteen
66+
- isActivitySender:
67+
user: haileytap
68+
then:
69+
- addReply:
70+
reply: >-
71+
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
72+
- mentionUsers:
73+
mentionees:
74+
- eric-urban
75+
- nitinme
76+
- mrbullwinkle
77+
- aahill
78+
- laujan
79+
- patrickfarley
80+
- heidisteen
81+
- haileytap
82+
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
83+
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
84+
- addLabel:
85+
label: needs-human-review

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,14 @@ _site/
99
_themes*/
1010
_repo.*/
1111

12-
.openpublishing.buildcore.ps1
12+
.openpublishing.buildcore.ps1
13+
14+
.vscode/
15+
16+
*sec.endpointdlp
17+
18+
# CoPilot instructions and prompts
19+
.github/copilot-instructions.md
20+
.github/prompts/*.md
21+
.github/prompts/*.zip
22+
.github/patterns/*.md

.openpublishing.publish.config.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
"branch": "main",
9393
"branch_mapping": {}
9494
},
95+
{
96+
"path_to_root": "azure-functions-ai-services-agent-javascript",
97+
"url": "https://github.com/Azure-Samples/azure-functions-ai-services-agent-javascript",
98+
"branch": "main",
99+
"branch_mapping": {}
100+
},
95101
{
96102
"path_to_root": "samples-cognitive-services-speech-sdk",
97103
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",
@@ -111,9 +117,9 @@
111117
"branch_mapping": {}
112118
},
113119
{
114-
"path_to_root": "azureai-samples-csharp",
115-
"url": "https://github.com/Azure-Samples/azureai-samples",
116-
"branch": "dantaylo/csharp",
120+
"path_to_root": "foundry-samples-main",
121+
"url": "https://github.com/azure-ai-foundry/foundry-samples",
122+
"branch": "main",
117123
"branch_mapping": {}
118124
},
119125
{
@@ -176,6 +182,12 @@
176182
"branch": "main",
177183
"branch_mapping": {}
178184
},
185+
{
186+
"path_to_root": "azure-search-javascript-samples",
187+
"url": "https://github.com/Azure-Samples/azure-search-javascript-samples",
188+
"branch": "main",
189+
"branch_mapping": {}
190+
},
179191
{
180192
"path_to_root": "azureai-model-inference-bicep",
181193
"url": "https://github.com/Azure-Samples/azureai-model-inference-bicep",
@@ -187,6 +199,12 @@
187199
"url": "https://github.com/MicrosoftDocs/azure-docs-pr",
188200
"branch": "main",
189201
"branch_mapping": {}
202+
},
203+
{
204+
"path_to_root": "azure-policy-autogen-docs",
205+
"url": "https://github.com/MicrosoftDocs/azure-policy-autogen-docs",
206+
"branch": "main",
207+
"branch_mapping": {}
190208
}
191209
],
192210
"branch_target_mapping": {},

0 commit comments

Comments
 (0)