1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-03-01 14:52:17 +01:00
www.netz39.de/.github/workflows/labeler.yml

14 lines
277 B
YAML
Raw Normal View History

2023-10-16 01:36:59 +02:00
name: "Issue Labeler"
on:
issues:
types: [opened, edited]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@3.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml