Skip to content

Bump actions/checkout from 4.1.3 to 4.1.6 (#422) #382

Bump actions/checkout from 4.1.3 to 4.1.6 (#422)

Bump actions/checkout from 4.1.3 to 4.1.6 (#422) #382

name: Manage labels
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
labeler:
name: Labeler
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4.1.6
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
github-token: ${{ secrets.TOKEN }}
yaml-file: .github/labels.yaml
skip-delete: true