Skip to content

Commit 6bcdbdd

Browse files
authored
Merge pull request #13031 from MicrosoftDocs/dstrome-tiermanagement
Update TierManagement workflow permissions
2 parents 76580d4 + 6a24896 commit 6bcdbdd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/TierManagement.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@ name: Tier management
22

33
permissions:
44
pull-requests: write
5-
contents: read
5+
contents: write
66

77
on:
88
issue_comment:
99
types: [created, edited]
1010

11+
pull_request_target:
12+
types: [opened, reopened]
13+
1114
jobs:
1215

1316
tier-mgmt:
1417
if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'private'
15-
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod
18+
uses: MicrosoftDocs/max-cpub-test/.github/workflows/Shared-TierManagement.yml@main
1619
with:
1720
PayloadJson: ${{ toJSON(github) }}
1821
EnableWriteSignOff: 1

0 commit comments

Comments
 (0)