Skip to content

Commit

Permalink
Moved todos into single file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucknalla committed Aug 17, 2020
1 parent 2abca53 commit 30538d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/main-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,18 @@ jobs:
asset_path: ./root.pdf
asset_name: ${{ steps.vars.outputs.sha_short }}_draft.pdf
asset_content_type: application/pdf

build_todos:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v1.3-beta"
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "\todo"
COMMENT_MARKER: "%"
id: "todo"

19 changes: 0 additions & 19 deletions .github/workflows/todo.yml

This file was deleted.

0 comments on commit 30538d3

Please sign in to comment.