Skip to content

chore(deps): bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.1.0 #31

chore(deps): bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.1.0

chore(deps): bump crazy-max/ghaction-github-labeler from 4.1.0 to 5.1.0 #31

Workflow file for this run

name: Labeler
on:
push:
branches: [main]
paths:
- .github/labels.yml
- .github/workflows/labeler.yml
permissions:
contents: read
issues: write
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@b54af0c25861143e7c8813d7cbbf46d2c341680c # v5.1.0
with:
skip-delete: true