From 6b666c1961fda42909466278875dc494d92e97b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:14:39 +0000 Subject: [PATCH] chore(deps): update actions-ecosystem/action-add-labels digest to 1a9c371 --- .github/workflows/label_new_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label_new_issues.yml b/.github/workflows/label_new_issues.yml index 59f2f5b5c..4b521cc35 100644 --- a/.github/workflows/label_new_issues.yml +++ b/.github/workflows/label_new_issues.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add 'needs response' label to new issues - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 + uses: actions-ecosystem/action-add-labels@1a9c3715c0037e96b97bb38cb4c4b56a1f1d4871 with: github_token: ${{ secrets.GITHUB_TOKEN }} labels: 'needs response'