Added an auto labeler. (#3282)

This commit is contained in:
Kowlin 2020-01-08 18:21:42 +01:00 committed by Michael H
parent 778c701b87
commit 96e9e55642

17
.github/workflows/auto_labeler.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Auto Labeler
on:
issues:
types: [opened]
jobs:
build:
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 "Status: Needs Triage"'