We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f4bfa commit 6ab3292Copy full SHA for 6ab3292
.github/workflows/todo.yml
@@ -0,0 +1,15 @@
1
+name: Check TODO
2
+on: [push, pull_request]
3
+jobs:
4
+ todo:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v3
8
+ - name: Run tdg-github-action
9
+ uses: ribtoks/tdg-github-action@v0.4.6-beta
10
+ with:
11
+ TOKEN: ${{ secrets.GITHUB_TOKEN }}
12
+ REPO: ${{ github.repository }}
13
+ SHA: ${{ github.sha }}
14
+ REF: ${{ github.ref }}
15
+ COMMENT_ON_ISSUES: true
0 commit comments