Skip to content

Commit

Permalink
Updated TODO action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
battis committed Oct 28, 2022
1 parent f33e886 commit 3e5a2ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Run TODO to Issue"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4"
with:
AUTO_ASSIGN: true
IDENTIFIERS: "[{\"name\": \"TODO\", \"labels\": []}, {\"name\": \"FIXME\", \"labels\": [\"bug\"]}]"
8 changes: 0 additions & 8 deletions .github/workflows/workflow.yml

This file was deleted.

0 comments on commit 3e5a2ff

Please sign in to comment.