Create super-labeler.yml

This commit is contained in:
Nikhil Nandagopal 2020-12-29 12:59:40 +05:30 committed by GitHub
parent ddc9c0c496
commit f0d4a234ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/super-labeler.yml vendored Normal file
View File

@ -0,0 +1,14 @@
on:
issues:
types: [opened, edited, closed, reopened]
project_card:
types: [created, moved, deleted]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}