continued refactor from yesterday #84
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### NOTE: Disabled for now, since we are not paying for the MongoDB Atlas cluster - | |
### probably should just self-host it but not really necessary at the moment for just this repo | |
# 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 }} |