chore: change create-default-labels action
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
020c84e772
commit
3d4ad16b9a
|
|
@ -1,5 +1,10 @@
|
|||
name: Create default labels
|
||||
on: issues
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "master"
|
||||
paths:
|
||||
- ".github/labels.json"
|
||||
jobs:
|
||||
labels:
|
||||
name: DefaultLabelsActions
|
||||
|
|
|
|||
Loading…
Reference in New Issue