mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-11 00:00:58 +00:00
build: add issue triage workflow
This commit is contained in:
parent
9c62daa35d
commit
0ac3e13bf6
17
.github/workflows/add-triage-label.yml
vendored
Normal file
17
.github/workflows/add-triage-label.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user