Skip to content

Merge pull request #116 from truthencode/feature/antlr #114

Merge pull request #116 from truthencode/feature/antlr

Merge pull request #116 from truthencode/feature/antlr #114

Workflow file for this run

name: Create issues from todos
on:
push:
branches:
- master
jobs:
todos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: todo-actions
uses: dtinth/todo-actions@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TODO_ACTIONS_MONGO_URL: ${{ secrets.TODO_ACTIONS_MONGO_URL }}