From 5646ff862349ead86caa820fdca706f2cbecc9c7 Mon Sep 17 00:00:00 2001 From: Gael Leblan Date: Fri, 30 Aug 2024 13:20:34 +0200 Subject: [PATCH] Fixes --- .github/workflows/auto-set-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-set-labels.yml b/.github/workflows/auto-set-labels.yml index 474c7a9..097e917 100644 --- a/.github/workflows/auto-set-labels.yml +++ b/.github/workflows/auto-set-labels.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: setting labels - uses: Dimfacion/auto-label@1.0.0 + uses: Dimfacion/auto-label with: repo-token: ${{ secrets.TOKEN }} labels_by_organization: '{}' \ No newline at end of file