Skip to content

Commit 20ecf48

Browse files
authored
Create todo.yml
1 parent a3c7af0 commit 20ecf48

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/todo.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: "Run TODO to Issue"
2+
on: [push]
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
permissions:
7+
issues: write
8+
steps:
9+
- name: Checkout repository
10+
uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
13+
14+
- name: TODO to Issue
15+
uses: alstr/todo-to-issue-action@v5

0 commit comments

Comments
 (0)