Skip to content

Commit

Permalink
Added Auto TODO to issue workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustChew authored Oct 25, 2023
1 parent 1b00fd8 commit fe9a5be
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
push:
branches:
- main
jobs:
check_todo:
name: check for TODO and create issues
runs-on: ubuntu-latest
steps:
- name: TODO to Issue
uses: alstr/todo-to-issue-action@v4

0 comments on commit fe9a5be

Please sign in to comment.