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

15 lines
271 B
YAML
Raw Normal View History

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