Skip to content

Commit

Permalink
Create TierManagement.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrome committed Aug 23, 2024
1 parent 40893a8 commit ccee8c5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/TierManagement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Tier management

permissions:
pull-requests: write
contents: read

on:
issue_comment:
types: [created, edited]

jobs:

tier-mgmt:
if: github.repository_visibility == 'private'
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod
with:
PayloadJson: ${{ toJSON(github) }}
EnableWriteSignOff: 1
EnableReadOnlySignoff: 0
secrets:
AccessToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ccee8c5

Please sign in to comment.