Skip to content

Commit

Permalink
disable TODOs to Issues - prob will want to re-enable when there are …
Browse files Browse the repository at this point in the history
…active collaborators but overkill for now, and our trial ran out for MongoDB Atlas which was a temp solution anyway
  • Loading branch information
GondekNP committed Jun 4, 2024
1 parent 39c5e8e commit f75b928
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/workflows/todos_to_issues.yml
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 }}

0 comments on commit f75b928

Please sign in to comment.