1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-09-21 11:39:03 +00:00

build: add issue triage workflow

This commit is contained in:
Eric Vantillard 2023-03-13 17:48:22 +01:00
parent 9c62daa35d
commit 0ac3e13bf6

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"