From c07d28a3ef04b10b8d00cdd349637b2293d4d7f3 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Wed, 11 Sep 2024 21:33:30 +0530 Subject: [PATCH] ci: use relative path to labels --- .github/workflows/labels.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2278b03..52dcf37 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -6,12 +6,10 @@ permissions: jobs: labels: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - uses: EndBug/label-sync@v2 with: - config-file: 'https://raw.githubusercontent.com/thetutlage/static/main/labels.json' + config-file: ./github/labels.json delete-other-labels: true - source-repo: thetutlage/static token: ${{ secrets.GITHUB_TOKEN }}