Skip to content

norma-gone

norma-gone #252

Workflow file for this run

name: "TODO"
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "todo-to-issue"
uses: "senecajs/todo-to-issue-action@master"
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "TODO:"
COMMENT_MARKER: "//"
INCLUDE_EXT: ".js,.md"
id: "todo"