Skip to content

Merge pull request #19 from SchmidtDSE/sftp_to_smart_open #17

Merge pull request #19 from SchmidtDSE/sftp_to_smart_open

Merge pull request #19 from SchmidtDSE/sftp_to_smart_open #17

name: Track TODOs as Issues
on:
push:
branches:
- dev
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 }}