-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
notes within the code, and opens up an issue for it to be fixed
| # Finds any TODO notes within the code, and opens up an issue for it to be fixed |
# Finds any TODO notes within the code, and opens up an issue for it to be fixed
name: Open issue for Todos
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4.2"
id: "todo"
with:
TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
1f16ccdb600e2e178c1b4181aa9a1cc16986c983
Metadata
Metadata
Assignees
Labels
No labels