Reuse some external workflows.
This commit is contained in:
15
.github/workflows/labels.yaml
vendored
Normal file
15
.github/workflows/labels.yaml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
name: Labels
|
||||
"on":
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
|
||||
labels:
|
||||
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v0.9.1
|
||||
needs: generate-labels
|
||||
with:
|
||||
extra-label-files: |
|
||||
.github/labels-extra.json
|
||||
Reference in New Issue
Block a user