Skip to content

Commit 84972c4

Browse files
build(deps): bump alstr/todo-to-issue-action from 4 to 5
Bumps [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) from 4 to 5. - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](alstr/todo-to-issue-action@v4...v5) --- updated-dependencies: - dependency-name: alstr/todo-to-issue-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3c5a7f commit 84972c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/todo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- uses: "actions/checkout@v4"
1111
- name: "TODO to Issue"
12-
uses: "alstr/todo-to-issue-action@v4"
12+
uses: "alstr/todo-to-issue-action@v5"
1313
with:
1414
IDENTIFIERS: '[{"name": "TODO", "labels": ["help wanted"]}, {"name": "FIXME", "labels": ["bug"]}]'

0 commit comments

Comments
 (0)