1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-10-02 08:49:06 +00:00
plantuml/.github/workflows/add-triage-label.yml

18 lines
302 B
YAML
Raw Normal View History

2023-03-13 16:48:22 +00:00
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"