We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76580d4 + 6a24896 commit 6bcdbddCopy full SHA for 6bcdbdd
.github/workflows/TierManagement.yml
@@ -2,17 +2,20 @@ name: Tier management
2
3
permissions:
4
pull-requests: write
5
- contents: read
+ contents: write
6
7
on:
8
issue_comment:
9
types: [created, edited]
10
11
+ pull_request_target:
12
+ types: [opened, reopened]
13
+
14
jobs:
15
16
tier-mgmt:
17
if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'private'
- uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod
18
+ uses: MicrosoftDocs/max-cpub-test/.github/workflows/Shared-TierManagement.yml@main
19
with:
20
PayloadJson: ${{ toJSON(github) }}
21
EnableWriteSignOff: 1
0 commit comments