From 53ceceeabac02fd79219956fde802d1189beab42 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Tue, 16 Jan 2024 00:38:19 +0100 Subject: [PATCH] chore: update renovate and labelsync config --- .github/workflows/labelsync.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index be4617e..97a27d9 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -11,11 +11,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: - repository: 'sapphiredev/readme' + sparse-checkout: .github/labels.yml + sparse-checkout-cone-mode: false + repository: 'sapphiredev/.github' - name: Run Label Sync - uses: crazy-max/ghaction-github-labeler@v4 + uses: crazy-max/ghaction-github-labeler@v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml