Skip to content

Commit 146ea4a

Browse files
authored
Merge branch 'main' into anfranci/fix-proactivecrashmonitoring-url
2 parents 594e7f0 + 77d8aba commit 146ea4a

File tree

8,890 files changed

+144777
-155459
lines changed

Some content is hidden

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

8,890 files changed

+144777
-155459
lines changed

.github/policies/disallow-edits.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,19 @@ configuration:
153153

154154
- description: Disallow sign-off for articles in the /articles/reliability folder.
155155
if:
156-
# If a 'sign-off' comment is added to a PR in the articles/reliability folder , and the PR author isn't Anastasia or John...
157-
- payloadType: Issue_Comment
158-
- isPullRequest
159-
- filesMatchPattern:
160-
matchAny: true
161-
pattern: articles/reliability/*
156+
# If a 'sign-off' comment is added to a PR that's assigned to anaharris-ms, and the PR author isn't Anastasia or John...
157+
- or:
158+
- payloadType: Issue_Comment
159+
- payloadType: Pull_Request_Review_Comment
160+
- isAction:
161+
action: Created
162+
- isActivitySender:
163+
issueAuthor: True
164+
- isAssignedToUser:
165+
user: anaharris-ms
162166
- commentContains:
163-
pattern: \#sign-off
164-
isRegex: false
167+
pattern: '#sign-off'
168+
isRegex: False
165169
- not:
166170
or:
167171
- isActivitySender:

.openpublishing.publish.config.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,6 @@
242242
"branch": "main",
243243
"branch_mapping": {}
244244
},
245-
{
246-
"path_to_root": "azure-proactive-resiliency-library",
247-
"url": "https://github.com/Azure/Azure-Proactive-Resiliency-Library",
248-
"branch": "main",
249-
"branch_mapping": {}
250-
},
251245
{
252246
"path_to_root": "azure-sdk-for-go-samples",
253247
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
@@ -590,6 +584,12 @@
590584
"branch": "main",
591585
"branch_mapping": {}
592586
},
587+
{
588+
"path_to_root": "laravel-tasks",
589+
"url": "https://github.com/Azure-Samples/laravel-tasks",
590+
"branch": "main",
591+
"branch_mapping": {}
592+
},
593593
{
594594
"path_to_root": "playwright-testing-service",
595595
"url": "https://github.com/microsoft/playwright-testing-service",

0 commit comments

Comments
 (0)