Skip to content

chore(deps): bump alpine from 3.21.4 to 3.22.1 (#9301) #1

chore(deps): bump alpine from 3.21.4 to 3.22.1 (#9301)

chore(deps): bump alpine from 3.21.4 to 3.22.1 (#9301) #1

name: Auto-update labels
on:
push:
paths:
- 'misc/triage/labels.yaml'
branches:
- main
jobs:
deploy:
name: Auto-update labels
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4.1.6
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: Install Go tools
run: go install tool # GOBIN is added to the PATH by the setup-go action
- name: update labels
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mage label