2021-12-15 20:24:05 +01:00
|
|
|
name: "Label Issues"
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types: [opened, edited]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
label:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2023-03-07 22:28:26 +01:00
|
|
|
- uses: github/issue-labeler@v3.0
|
2021-12-15 20:24:05 +01:00
|
|
|
with:
|
|
|
|
configuration-path: .github/config/labels.yml
|
2021-12-15 20:44:40 +01:00
|
|
|
enable-versioned-regex: 0
|
2021-12-15 20:24:05 +01:00
|
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
2023-03-07 22:28:26 +01:00
|
|
|
sync-labels: 1
|