Skip to content

[pre-commit.ci] pre-commit autoupdate (#137) #215

[pre-commit.ci] pre-commit autoupdate (#137)

[pre-commit.ci] pre-commit autoupdate (#137) #215

Workflow file for this run

name: Manage labels
on:
push:
branches: [ main ]
paths-ignore:
- '.github/actions/**'
- '.github/workflows/**'
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/[email protected]
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.TOKEN }}
yaml-file: .github/labels.yml
skip-delete: true