Skip to content

chore: Update labels and workflows configurations #31

chore: Update labels and workflows configurations

chore: Update labels and workflows configurations #31

Workflow file for this run

name: github
on:
push:
branches:
- "main"
paths:
- ".github/labels.yml"
- ".github/workflows/labels.yml"
pull_request:
paths:
- ".github/labels.yml"
- ".github/workflows/labels.yml"
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
dry-run: ${{ github.event_name == 'pull_request' }}
exclude: |
help*
*issue