diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 52dcf37..0ba5995 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/checkout@v4 - uses: EndBug/label-sync@v2 with: - config-file: ./github/labels.json + config-file: ./.github/labels.json delete-other-labels: true token: ${{ secrets.GITHUB_TOKEN }}