Use default labels from external workflow.
This commit is contained in:
17
.github/labels-extra.json
vendored
17
.github/labels-extra.json
vendored
@@ -1,17 +0,0 @@
|
||||
[
|
||||
{
|
||||
"name": "curation",
|
||||
"color": "#d73a4a",
|
||||
"description": "Links or structure needs to be refined"
|
||||
},
|
||||
{
|
||||
"name": "new link",
|
||||
"color": "#fbca04",
|
||||
"description": "A link worth adding to the list"
|
||||
},
|
||||
{
|
||||
"name": "fix link",
|
||||
"color": "#d4c5f9",
|
||||
"description": "Existing link need to be updated"
|
||||
}
|
||||
]
|
||||
5
.github/workflows/labels.yaml
vendored
5
.github/workflows/labels.yaml
vendored
@@ -8,7 +8,4 @@ name: Labels
|
||||
jobs:
|
||||
|
||||
labels:
|
||||
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v1.0.0
|
||||
with:
|
||||
extra-label-files: |
|
||||
.github/labels-extra.json
|
||||
uses: kdeldycke/workflows/.github/workflows/labels.yaml@v1.1.0
|
||||
Reference in New Issue
Block a user