From 5e7a7c256f19f2d756cf317c370fe2bf58130227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:11:35 +0000 Subject: [PATCH] build(deps): bump alstr/todo-to-issue-action from 4.10.2 to 4.12.3 Bumps [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) from 4.10.2 to 4.12.3. - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](https://github.com/alstr/todo-to-issue-action/compare/v4.10.2...v4.12.3) --- updated-dependencies: - dependency-name: alstr/todo-to-issue-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/todos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/todos.yml b/.github/workflows/todos.yml index 7d79c03a..fa22e96a 100644 --- a/.github/workflows/todos.yml +++ b/.github/workflows/todos.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: alstr/todo-to-issue-action@v4.10.2 + - uses: alstr/todo-to-issue-action@v4.12.3 with: AUTO_ASSIGN: true # Assign issue to whoever wrote the todo BEFORE: 9c18cf9