mermaid/.github/workflows/issue-triage.yml

15 lines
271 B
YAML
Raw Normal View History

name: Apply triage label to new issue
2022-09-04 21:30:47 +02:00
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
2022-09-04 21:30:47 +02:00
- uses: andymckay/labeler@1.0.4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
add-labels: 'Status: Triage'