Create TierManagement.yml

This commit is contained in:
David Strome 2024-08-23 15:15:52 -07:00
parent 40893a8de6
commit ccee8c55b6
No known key found for this signature in database

21
.github/workflows/TierManagement.yml vendored Normal file
View File

@ -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 }}