Merge pull request #10149 from MicrosoftDocs/main

Publish main to live 08/23/2024, 3:30 PM
This commit is contained in:
Gary Moore 2024-08-23 15:50:22 -07:00 committed by GitHub
commit e29894f116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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