Skip to content

Commit 94029a1

Browse files
authored
Merge pull request #4717 from MicrosoftDocs/dstrome-tiermanagement
Update TierManagement workflow permissions
2 parents b98ea44 + a00a9ed commit 94029a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/TierManagement.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ 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:

0 commit comments

Comments
 (0)