Skip to content

Update actions/checkout digest to 11d5960 #39

Update actions/checkout digest to 11d5960

Update actions/checkout digest to 11d5960 #39

Workflow file for this run

name: labeler
on:
push:
branches:
- main
pull_request:
paths:
- .github/workflows/labeler.yml
- .github/labels.yml
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: false
dry-run: ${{ github.ref != 'refs/heads/main' }}