Skip to content

Update actions/checkout action to v4 #32

Update actions/checkout action to v4

Update actions/checkout action to v4 #32

Workflow file for this run

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