forked from UN-SPIDER/burn-severity-mapping-EO
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable TODOs to Issues - prob will want to re-enable when there are …
…active collaborators but overkill for now, and our trial ran out for MongoDB Atlas which was a temp solution anyway
- Loading branch information
Showing
1 changed file
with
18 additions
and
15 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
name: Track TODOs as Issues | ||
on: | ||
push: | ||
branches: | ||
- dev | ||
### 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 | ||
|
||
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 }} | ||
# 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 }} |