Skip to content

Commit

Permalink
auto generate issues for TODOs pushed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sezna committed Jun 27, 2024
1 parent b47e3aa commit 0d381fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/on_main_commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

name: CI
on:
push: { branches: "main" }

jobs:
check_todos:
- name: TODO to Issue
uses: alstr/[email protected]

0 comments on commit 0d381fa

Please sign in to comment.