Initial commit

This commit is contained in:
alstr
2020-03-07 15:06:00 +00:00
commit bf153fe2df
5 changed files with 210 additions and 0 deletions

17
.github/workflows/workflow.yaml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: "Workflow"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@master"
with:
REPO: ${{ github.repository }}
HEAD: ${{ github.event.head }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "# TODO"
id: "todo"