From cc360063aa5bc728d9354b81f1d442cf5eb2acb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:11:45 +0000 Subject: [PATCH] Chore(deps): Bump actions-ecosystem/action-add-labels Bumps [actions-ecosystem/action-add-labels](https://github.com/actions-ecosystem/action-add-labels) from 1.1.0 to 1.1.3. - [Release notes](https://github.com/actions-ecosystem/action-add-labels/releases) - [Commits](https://github.com/actions-ecosystem/action-add-labels/compare/bd52874380e3909a1ac983768df6976535ece7f8...18f1af5e3544586314bbe15c0273249c770b2daf) --- updated-dependencies: - dependency-name: actions-ecosystem/action-add-labels dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/label-community-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-community-prs.yml b/.github/workflows/label-community-prs.yml index 09f5abc0e..9d65eb391 100644 --- a/.github/workflows/label-community-prs.yml +++ b/.github/workflows/label-community-prs.yml @@ -22,7 +22,7 @@ jobs: - name: Add community label # This action uses GitHub's addLabels API, which is idempotent. # If the label already exists, the API call succeeds without error. - uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0 + uses: actions-ecosystem/action-add-labels@18f1af5e3544586314bbe15c0273249c770b2daf # v1.1.3 with: github_token: ${{ secrets.GITHUB_TOKEN }} labels: community