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.
1 parent f96df5b commit dc0c888Copy full SHA for dc0c888
.github/workflows/TierManagement.yml
@@ -0,0 +1,21 @@
1
+name: Tier management
2
+
3
+permissions:
4
+ pull-requests: write
5
+ contents: read
6
7
+on:
8
+ issue_comment:
9
+ types: [created, edited]
10
11
+jobs:
12
13
+ tier-mgmt:
14
+ if: github.repository_visibility == 'private'
15
+ uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod
16
+ with:
17
+ PayloadJson: ${{ toJSON(github) }}
18
+ EnableWriteSignOff: 1
19
+ EnableReadOnlySignoff: 0
20
+ secrets:
21
+ AccessToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments