mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 12:20:12 +01:00
14 lines
277 B
YAML
14 lines
277 B
YAML
|
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
|