Skip to content

Merge pull request #607 from kittenchilly/skaianet #14

Merge pull request #607 from kittenchilly/skaianet

Merge pull request #607 from kittenchilly/skaianet #14

Workflow file for this run

name: "Todo Workflow"
on:
push:
branches: develop
jobs:
issues:
name: Create Issues from Todos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: develop
- name: TODO to Issue
id: todo
uses: alstr/[email protected]
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "// TODO:"
COMMENT_MARKER: "//"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}