Skip to content

General internal project improvements (#10) #2

General internal project improvements (#10)

General internal project improvements (#10) #2

Workflow file for this run

name: Labeler
# Run when the main branch is updated: (i.e. PR merged)
on:
push:
branches:
- "main"
paths:
- ".github/labels.yml"
- ".github/workflows/labeler.yml"
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Run Labeler
uses: crazy-max/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml
skip-delete: true