Skip to content

Commit

Permalink
Pushing for todo action
Browse files Browse the repository at this point in the history
  • Loading branch information
adavila0703 committed Sep 24, 2021
1 parent f0316f3 commit 8c4ea12
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/todo-to-issue.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: "todo-to-issue"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/[email protected]"
id: "todo"
name: "todo-to-issue"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/[email protected]"
id: "todo"

0 comments on commit 8c4ea12

Please sign in to comment.