Skip to content

Update actions/checkout action to v4.1.5 #48

Update actions/checkout action to v4.1.5

Update actions/checkout action to v4.1.5 #48

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- 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' }}