Skip to content

v2.12.9-1298 (#200) #381

v2.12.9-1298 (#200)

v2.12.9-1298 (#200) #381

Workflow file for this run

name: Manage labels
on:
push:
branches: [main]
paths-ignore:
- ".github/**"
pull_request:
branches: [main]
jobs:
labeler:
name: Labeler
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.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: true