Skip to content

chore(deps): update actions/checkout digest to 11bd719 #244

chore(deps): update actions/checkout digest to 11bd719

chore(deps): update actions/checkout digest to 11bd719 #244

---
name: create declared labels
"on":
push:
branches:
- master
paths:
- ".github/workflows/issue-label-manager.yml"
- ".github/labels.yml"
jobs:
labels:
name: Invoke issue-label-manager action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: crazy-max/ghaction-github-labeler@de749cf181958193cb7debf1a9c5bb28922f3e1b # v5
if: success()
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false # false -> delete labels that aren't in `yaml-file`