Merge pull request #1323 from evantill/master

build: add issue triage workflow
This commit is contained in:
PlantUML 2023-03-13 19:16:02 +01:00 committed by GitHub
commit ba6dd38c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/add-triage-label.yml vendored Normal file
View File

@ -0,0 +1,17 @@
on:
issues:
types:
- reopened
- opened
name: Add triage label
jobs:
automate-issues-labels:
name: Add triage label to issue
runs-on: ubuntu-latest
steps:
- name: initial labeling
uses: andymckay/labeler@1.0.4
with:
add-labels: "triage"