Skip to content

Add pull request labeler workflow (#364) #3

Add pull request labeler workflow (#364)

Add pull request labeler workflow (#364) #3

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-20.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/config/labels.yml
skip-delete: false
dry-run: false