-
Notifications
You must be signed in to change notification settings - Fork 1
Add passed lable when CI passes #47
Copy link
Copy link
Open
Description
name: Triage
on:
issues:
types: [opened]
jobs:
applyTriageLabel:
name: Apply Triage Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Apply Triage Label
uses: actions/github@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: label triage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels