mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-19 03:35:10 +00:00
18 lines
302 B
YAML
18 lines
302 B
YAML
|
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"
|