mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Merge pull request #10149 from MicrosoftDocs/main
Publish main to live 08/23/2024, 3:30 PM
This commit is contained in:
commit
e29894f116
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