Skip to content

Commit a37d400

Browse files
authored
ci: add todo to issue (#112)
1 parent 3daf045 commit a37d400

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/todo.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'Move TODO to issue'
2+
3+
on:
4+
push:
5+
branches:
6+
- 'main'
7+
jobs:
8+
build:
9+
runs-on: 'ubuntu-latest'
10+
steps:
11+
- uses: 'actions/checkout@v3'
12+
- name: 'TODO to Issue'
13+
uses: 'alstr/todo-to-issue-action@v4'

0 commit comments

Comments
 (0)