We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd81cd commit eebd150Copy full SHA for eebd150
1 file changed
.github/workflows/weekly-go-upgrade.yml
@@ -44,5 +44,7 @@ jobs:
44
45
- Updates the `toolchain` directive to the latest released Go version.
46
- Runs `go mod tidy` to keep module files consistent.
47
- labels: dependencies
+ labels: |
48
+ dependencies
49
+ semver: patch
50
token: ${{ secrets.PRO_ACCESS_TOKEN }}
0 commit comments