2 parents 7188e23 + 2d4758d commit a92e9daCopy full SHA for a92e9da
1 file changed
.github/workflows/todo.yml
@@ -0,0 +1,19 @@
1
+name: "Create issues from todo"
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - dev
7
8
+jobs:
9
+ build:
10
+ runs-on: "ubuntu-latest"
11
+ steps:
12
+ - uses: "actions/checkout@master"
13
+ - name: "TODO to Issue"
14
+ uses: "alstr/todo-to-issue-action@v2.4"
15
+ id: "todo"
16
+ with:
17
+ TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
+ COMMENT_MARKER: "//"
19
+ LABEL: "// TODO"
0 commit comments