We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c5a7f commit 84972c4Copy full SHA for 84972c4
.github/workflows/todo.yml
@@ -9,6 +9,6 @@ jobs:
9
steps:
10
- uses: "actions/checkout@v4"
11
- name: "TODO to Issue"
12
- uses: "alstr/todo-to-issue-action@v4"
+ uses: "alstr/todo-to-issue-action@v5"
13
with:
14
IDENTIFIERS: '[{"name": "TODO", "labels": ["help wanted"]}, {"name": "FIXME", "labels": ["bug"]}]'
0 commit comments