mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-13 11:34:10 -05:00
Use default labels from external workflow.
This commit is contained in:
parent
b6203f11cc
commit
2fae59dc31
2 changed files with 1 additions and 21 deletions
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
|
Loading…
Reference in a new issue