From c3a67619957cc67ae91b73a48c3099e884e2cc66 Mon Sep 17 00:00:00 2001 From: Keisuke Umeno <9renpoto@gmail.com> Date: Sun, 31 Dec 2023 11:40:24 +0900 Subject: [PATCH] chore: load uri --- .github/workflows/sync-labels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index a41eff2dd..51a5ccaee 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -5,7 +5,6 @@ on: permissions: issues: write - contents: read env: ACTIONS_RUNNER_DEBUG: true @@ -19,5 +18,5 @@ jobs: - uses: EndBug/label-sync@v2 with: config-file: | - labels.yml + https://raw.githubusercontent.com/azu/github-label-setup/master/labels.json delete-other-labels: true