Update Safe Links API description for clarity to add Outlook Mobile s… #827
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tier management | |
| permissions: | |
| pull-requests: write | |
| contents: write | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| pull_request_target: | |
| types: [opened, reopened] | |
| 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 }} |