Skip to content

Try to validate actions. #69

Try to validate actions.

Try to validate actions. #69

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