mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
Merge pull request #1323 from evantill/master
build: add issue triage workflow
This commit is contained in:
commit
ba6dd38c17
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