From 2fae59dc31cfd0e8a9b42d4229497ef4cceff2e5 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 30 Mar 2022 21:13:52 +0400 Subject: [PATCH] Use default labels from external workflow. --- .github/labels-extra.json | 17 ----------------- .github/workflows/labels.yaml | 5 +---- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .github/labels-extra.json diff --git a/.github/labels-extra.json b/.github/labels-extra.json deleted file mode 100644 index 9ad61a1..0000000 --- a/.github/labels-extra.json +++ /dev/null @@ -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" - } -] \ No newline at end of file diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml index 7d2ccdd..e24a287 100644 --- a/.github/workflows/labels.yaml +++ b/.github/workflows/labels.yaml @@ -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 \ No newline at end of file + uses: kdeldycke/workflows/.github/workflows/labels.yaml@v1.1.0 \ No newline at end of file