mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 05:17:22 +00:00
21 lines
522 B
YAML
21 lines
522 B
YAML
name: Tier management
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
contents: read
|
|
|
|
on:
|
|
issue_comment:
|
|
types: [created, edited]
|
|
|
|
jobs:
|
|
|
|
tier-mgmt:
|
|
if: github.repository_owner == 'MicrosoftDocs' && github.repository_visibility == 'private'
|
|
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-TierManagement.yml@workflows-prod
|
|
with:
|
|
PayloadJson: ${{ toJSON(github) }}
|
|
EnableWriteSignOff: 1
|
|
EnableReadOnlySignoff: 1
|
|
secrets:
|
|
AccessToken: ${{ secrets.GITHUB_TOKEN }} |