From 00479e4a3a0742b92511388421bf6ea867ec4430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:44:07 +0000 Subject: [PATCH] Bump actions-ecosystem/action-add-assignees from 1.0.0 to 1.0.1 Bumps [actions-ecosystem/action-add-assignees](https://github.com/actions-ecosystem/action-add-assignees) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/actions-ecosystem/action-add-assignees/releases) - [Commits](https://github.com/actions-ecosystem/action-add-assignees/compare/ce5019e63cc4f35aba27308dc88d19c8f3686747...a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9) --- updated-dependencies: - dependency-name: actions-ecosystem/action-add-assignees dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.issue.yml b/.github/workflows/quality.issue.yml index 095139b5179..7bfc83d8b41 100644 --- a/.github/workflows/quality.issue.yml +++ b/.github/workflows/quality.issue.yml @@ -25,7 +25,7 @@ jobs: if: needs.quality.outputs.check == 'true' runs-on: ubuntu-latest steps: - - uses: actions-ecosystem/action-add-assignees@ce5019e63cc4f35aba27308dc88d19c8f3686747 # v1.0.0 + - uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 # v1.0.1 with: github_token: ${{ secrets.github_token }} assignees: ${{ github.event.issue.user.login }}