Skip to content

Commit 2290a8e

Browse files
committed
chore: Add GitHub 'TODO-to-issue' action
1 parent eea5feb commit 2290a8e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/workflow.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Workflow"
2+
on: ["push"]
3+
jobs:
4+
build:
5+
runs-on: "ubuntu-latest"
6+
steps:
7+
- uses: "actions/checkout@master"
8+
- name: "TODO to Issue"
9+
uses: "alstr/[email protected]"
10+
id: "todo"
11+
with:
12+
AUTO_ASSIGN: true
13+

0 commit comments

Comments
 (0)