Skip to content

Initial template commit #1

Initial template commit

Initial template commit #1

Workflow file for this run

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