From fa1bb335f01b512016ab40d340cd66f2459c50b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 10:40:41 +0000 Subject: [PATCH 1/2] Bump actions-ecosystem/action-add-assignees in the all-actions group Bumps the all-actions group with 1 update: [actions-ecosystem/action-add-assignees](https://github.com/actions-ecosystem/action-add-assignees). Updates `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 dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-assignee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-assignee.yml b/.github/workflows/pull-request-assignee.yml index 1482a8f..d1367bc 100644 --- a/.github/workflows/pull-request-assignee.yml +++ b/.github/workflows/pull-request-assignee.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: Assign PR creator - uses: actions-ecosystem/action-add-assignees@ce5019e63cc4f35aba27308dc88d19c8f3686747 # v1.0.0 - Not Verified + uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 # v1.0.0 - Not Verified with: github_token: ${{ secrets.github_token }} assignees: ${{ inputs.assignees }} From 0e8033a21b79d774c580463b00d7034d8ac93745 Mon Sep 17 00:00:00 2001 From: David Burel <148688225+dafneb@users.noreply.github.com> Date: Mon, 12 May 2025 12:47:06 +0200 Subject: [PATCH 2/2] Update .github/workflows/pull-request-assignee.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: David Burel <148688225+dafneb@users.noreply.github.com> --- .github/workflows/pull-request-assignee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-assignee.yml b/.github/workflows/pull-request-assignee.yml index d1367bc..472509d 100644 --- a/.github/workflows/pull-request-assignee.yml +++ b/.github/workflows/pull-request-assignee.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - name: Assign PR creator - uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 # v1.0.0 - Not Verified + uses: actions-ecosystem/action-add-assignees@a5b84af721c4a621eb9c7a4a95ec20a90d0b88e9 # v1.0.1 - Not Verified with: github_token: ${{ secrets.github_token }} assignees: ${{ inputs.assignees }}