Merge branch 'main' into release-mcc-ent

This commit is contained in:
Alma Jenks 2024-08-23 22:32:52 +00:00
commit ab97e29e94

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