Skip to content

Commit

Permalink
Merge pull request #10149 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
Publish main to live 08/23/2024, 3:30 PM
  • Loading branch information
garycentric authored Aug 23, 2024
2 parents 40893a8 + ccee8c5 commit e29894f
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 e29894f

Please sign in to comment.