Skip to content

Add workflow to manage labels (#98) #1

Add workflow to manage labels (#98)

Add workflow to manage labels (#98) #1

Workflow file for this run

---
name: Labeler
on:
workflow_dispatch:
push:
branches:
- main
paths:
- .github/config/labels.yml
jobs:
modify-labels:
name: Modify labels
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Run Labeler
uses: crazy-max/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/config/labels.yml
skip-delete: false
dry-run: false