Compile a list of TODO comments for each file into an issue.
Create a .github/workflows/todo_mitsukeru_kun.yaml
like this.
on:
schedule:
- cron: '0 9 * * 1'
jobs:
todo_mitsukeru_kun:
runs-on: ubuntu-latest
name: test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use todo-mitsukeru-kun
uses: GOD-oda/[email protected]
env:
INPUT_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
INPUT_TARGET_DIR: "src"
INPUT_ISSUE_LABELS: "TODO,BUG"
This workflow runs on Monday morning at 9:00 a.m. and searches for TODO comments in the INPUT_TARGET_DIR
directory.
Please run cd src && sh ./build.sh
and include the created binary in the PR.
todo-mitsukeru-kun is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.