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.
2 parents 77444fb + c9b463f commit 61c4e0bCopy full SHA for 61c4e0b
.github/workflows/todo.yml
@@ -4,6 +4,36 @@ on:
4
push:
5
branches: [main]
6
7
+ workflow_dispatch:
8
+ inputs:
9
+ report:
10
+ description: 'Generate TODO markdown report?'
11
+ required: true
12
+ default: 'true'
13
+ type: choice
14
+ options:
15
+ - true
16
+ - false
17
+
18
+ structured:
19
+ description: 'Enable structured tag parsing?'
20
21
+ default: 'false'
22
23
24
25
26
27
+ llm:
28
+ description: 'Use LLM for title/body generation?'
29
30
31
32
33
34
35
36
37
jobs:
38
smart-todo:
39
runs-on: ubuntu-latest
0 commit comments