NAS-142223 / 27.0.0-BETA.1 / Warn that cancelling a data migration does not undo the tier change #269
Workflow file for this run
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
| # Automation opening PRs here must use a PAT/app token (see update-translations.yml): | |
| # GITHUB_TOKEN does not fire pull_request, so this would never report on such a PR. | |
| # | |
| # Reports as "check-ticket / <job name in ux-github-workflows>". Branch protection | |
| # matches that whole string, so the shared workflow's job name is API — renaming it | |
| # there silently stops this check reporting here. | |
| name: Check Ticket | |
| on: | |
| pull_request: | |
| types: [opened, edited, reopened, synchronize] | |
| jobs: | |
| check-ticket: | |
| permissions: | |
| contents: read | |
| uses: iXsystems/ux-github-workflows/.github/workflows/check-ticket.yml@master |