Always set TTL_SH_PUBLISH #1672
Workflow file for this run
This file contains 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: Minimal Labels | |
"on": | |
pull_request: | |
types: | |
- synchronize | |
- reopened | |
- labeled | |
- unlabeled | |
jobs: | |
semver: | |
name: Minimal Semver Labels | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- uses: mheap/github-action-required-labels@v5 | |
with: | |
count: 1 | |
labels: semver:major, semver:minor, semver:patch | |
mode: exactly | |
type: | |
name: Minimal Type Labels | |
runs-on: | |
- ubuntu-latest | |
steps: | |
- uses: mheap/github-action-required-labels@v5 | |
with: | |
count: 1 | |
labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task | |
mode: exactly |