mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-11 21:07:23 +00:00
Create TierManagement.yml
This commit is contained in:
parent
40893a8de6
commit
ccee8c55b6
21
.github/workflows/TierManagement.yml
vendored
Normal file
21
.github/workflows/TierManagement.yml
vendored
Normal 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 }}
|
Loading…
x
Reference in New Issue
Block a user