mermaid/.github/workflows/issue-triage.yml
dependabot[bot] 723976be58
Bump andymckay/labeler from 1.0 to 1.0.2
Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0 to 1.0.2.
- [Release notes](https://github.com/andymckay/labeler/releases)
- [Commits](https://github.com/andymckay/labeler/compare/1.0...5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-25 08:43:14 +00:00

15 lines
260 B
YAML

name: Apply triage label to new issue
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: andymckay/labeler@1.0.2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
labels: "Status: Triage"