Skip to content

Commit 6dc9c4d

Browse files
authored
Merge branch 'main' into users/ruthwaithera/add-isVisible-to-profileCardProperties
2 parents c025b93 + 93a4ad0 commit 6dc9c4d

9,169 files changed

Lines changed: 216412 additions & 17250 deletions

File tree

Some content is hidden

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

.gdn/.gdnbaselines

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
"tool": "psscriptanalyzer",
4040
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
4141
"createdDate": "2026-02-24 12:06:54Z"
42-
},
43-
"261f3837d9978ecb7637c62a4ced8a0eb843e19a07557738ce232dc24410ac96": {
44-
"signature": "261f3837d9978ecb7637c62a4ced8a0eb843e19a07557738ce232dc24410ac96",
45-
"alternativeSignatures": [],
46-
"target": "update-permissions-reference-fic.ps1",
47-
"line": 179,
48-
"memberOf": [
49-
"default"
50-
],
51-
"tool": "psscriptanalyzer",
52-
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
53-
"createdDate": "2026-02-24 12:06:54Z"
5442
}
5543
}
5644
}

.gdn/.gdnsuppress

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
"tool": "psscriptanalyzer",
4040
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
4141
"createdDate": "2026-02-24 12:06:54Z"
42-
},
43-
"261f3837d9978ecb7637c62a4ced8a0eb843e19a07557738ce232dc24410ac96": {
44-
"signature": "261f3837d9978ecb7637c62a4ced8a0eb843e19a07557738ce232dc24410ac96",
45-
"alternativeSignatures": [],
46-
"target": "update-permissions-reference-fic.ps1",
47-
"line": 179,
48-
"memberOf": [
49-
"default"
50-
],
51-
"tool": "psscriptanalyzer",
52-
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText",
53-
"createdDate": "2026-02-24 12:06:54Z"
5442
}
5543
}
5644
}

.github/copilot-instructions.md

Lines changed: 111 additions & 234 deletions
Large diffs are not rendered by default.

.github/policies/resourceManagement.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ configuration:
127127
When the updates in this PR are ready for external customers to use, please replace the **do not merge** label with **ready to merge**.
128128
129129
130+
If this PR includes schema-related changes, verify that the updates are visible in the metadata endpoint before merging: [https://graph.microsoft.com/beta/$metadata](https://graph.microsoft.com/beta/$metadata) for `beta` changes, or [https://graph.microsoft.com/v1.0/$metadata](https://graph.microsoft.com/v1.0/$metadata) for `v1.0` changes.
131+
132+
130133
Check the content review workflow [here](https://eng.ms/cid/27dee76c-3a60-4e65-8fdf-08ea849b3498/fid/3a993b6c9d547e46f59d8d7851f191c38bbbea6ead01253dc62fcdd8101a1ff9).
131134
- removeLabel:
132135
label: content review in progress
@@ -1014,6 +1017,33 @@ configuration:
10141017
then:
10151018
- addLabel:
10161019
label: ready to merge
1020+
- description: Remove do not merge label when pull request is labeled ready to merge
1021+
if:
1022+
- payloadType: Pull_Request
1023+
- labelAdded:
1024+
label: ready to merge
1025+
- isOpen
1026+
then:
1027+
- removeLabel:
1028+
label: do not merge
1029+
- description: Remove ready to merge label when pull request is labeled do not merge
1030+
if:
1031+
- payloadType: Pull_Request
1032+
- labelAdded:
1033+
label: do not merge
1034+
- isOpen
1035+
then:
1036+
- removeLabel:
1037+
label: ready to merge
1038+
- description: Remove resolved awaiting prod deployment label when pull request is labeled schema live
1039+
if:
1040+
- payloadType: Pull_Request
1041+
- labelAdded:
1042+
label: schema live
1043+
- isOpen
1044+
then:
1045+
- removeLabel:
1046+
label: 'resolved: awaiting prod deployment'
10171047
- description: Add do not merge label to new pull requests opened by contributors
10181048
if:
10191049
- payloadType: Pull_Request

0 commit comments

Comments
 (0)