Skip to content

build(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 #8

build(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0

build(deps): bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 #8

Workflow file for this run

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