Bump google-stackdriver-profiler-java from 2024.7.1500 to 2024.10.2800 #387
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 |