Use default labels from external workflow.

This commit is contained in:
Kevin Deldycke 2022-03-30 21:13:52 +04:00
parent b6203f11cc
commit 2fae59dc31
No known key found for this signature in database
GPG Key ID: C572BB01B1ED5A3A
2 changed files with 1 additions and 21 deletions

View File

@ -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"
}
]

View File

@ -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