diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml new file mode 100644 index 0000000000..15d85e18b3 --- /dev/null +++ b/.github/workflows/todo.yml @@ -0,0 +1,15 @@ +name: Check TODO +on: [push, pull_request] +jobs: + todo: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: Run tdg-github-action + uses: ribtoks/tdg-github-action@v0.4.6-beta + with: + TOKEN: ${{ secrets.GITHUB_TOKEN }} + REPO: ${{ github.repository }} + SHA: ${{ github.sha }} + REF: ${{ github.ref }} + COMMENT_ON_ISSUES: true