Skip to content

Commit d18913e

Browse files
authored
Merge pull request #467 from MicrosoftDocs/main
update workflows
2 parents 8cfee7b + ac46232 commit d18913e

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

.github/workflows/AutoLabelAssign.yml

+6
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ jobs:
3333
ExcludedBranchList: '["branch1", "branch2"]'
3434
secrets:
3535
AccessToken: ${{ secrets.GITHUB_TOKEN }}
36+
37+
38+
39+
40+
41+

.github/workflows/LiveMergeCheck.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
PayloadJson: ${{ toJSON(github) }}
1818
secrets:
1919
AccessToken: ${{ secrets.GITHUB_TOKEN }}
20+
21+
22+

.github/workflows/PrFileCount.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
PayloadJson: ${{ toJSON(github) }}
1818
secrets:
1919
AccessToken: ${{ secrets.GITHUB_TOKEN }}
20+
21+
22+

.github/workflows/ProtectedFiles.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ jobs:
1515
PayloadJson: ${{ toJSON(github) }}
1616
secrets:
1717
AccessToken: ${{ secrets.GITHUB_TOKEN }}
18+
19+
20+

.github/workflows/TierManagement.yml

+21
Original file line numberDiff line numberDiff line change
@@ -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: 1
20+
secrets:
21+
AccessToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)