mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
723976be58
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>
15 lines
260 B
YAML
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"
|