Skip to content

Update action python version #103

Update action python version

Update action python version #103

Workflow file for this run

name: Manage labels
on:
push:
branches:
- main
- master
jobs:
labeler:
name: Labeler
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v4.1.7
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
skip-delete: true