Skip to content

Bump pre-commit from 4.2.0 to 4.3.0 in /.github/workflows (#13) #13

Bump pre-commit from 4.2.0 to 4.3.0 in /.github/workflows (#13)

Bump pre-commit from 4.2.0 to 4.3.0 in /.github/workflows (#13) #13

Workflow file for this run

name: Manage labels
on:
push:
branches:
- main
- master
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
permissions: # <--- ADD THIS SECTION!
issues: write # <--- This grants write access to issues, including labels
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
skip-delete: true