Skip to content

Bump actions/checkout from 4 to 5 (#12) #14

Bump actions/checkout from 4 to 5 (#12)

Bump actions/checkout from 4 to 5 (#12) #14

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@v5
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5
with:
skip-delete: true