Create super-labeler.yml
This commit is contained in:
parent
ddc9c0c496
commit
f0d4a234ce
14
.github/workflows/super-labeler.yml
vendored
Normal file
14
.github/workflows/super-labeler.yml
vendored
Normal 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 }}
|
||||
Loading…
Reference in New Issue
Block a user