1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-05-29 14:40:47 +00:00
plantuml/.github/workflows/add-triage-label.yml
2023-03-13 18:00:31 +01:00

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"