Skip to content

Commit e590f0b

Browse files
committed
chore: remove extraneous dictation from todo.yml
1 parent 5b08b1d commit e590f0b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/todo.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: 'TODO to Issue'
2-
on: ['push']
1+
name: "TODO to Issue"
2+
on: ["push"]
33
jobs:
44
build:
5-
runs-on: 'ubuntu-latest'
5+
runs-on: "ubuntu-latest"
66
steps:
7-
- uses: 'actions/checkout@v4'
8-
- name: 'TODO to Issue'
9-
uses: 'alstr/todo-to-issue-action@v5'
7+
- uses: "actions/checkout@v4"
8+
- name: "TODO to Issue"
9+
uses: "alstr/todo-to-issue-action@v5"
1010
with:
1111
AUTO_ASSIGN: true
12-
IDENTIFIERS: '[{"name": "TODO", "labels": []}, {"name": "FIXME", "labels": ["bug"]}]'I press plus
12+
IDENTIFIERS: '[{"name": "TODO", "labels": []}, {"name": "FIXME", "labels": ["bug"]}]'

0 commit comments

Comments
 (0)