You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ The workflow file takes the following optional inputs:
238
238
| IGNORE | False | A collection of comma-delimited regular expressions that match files that should be ignored when searching for TODOs |
239
239
| AUTO_ASSIGN | False | Automatically assign new issues to the user who triggered the action |
240
240
| ACTOR | False | The username of the person who triggered the action |
241
-
| ISSUE_TEMPLATE | False | The template used to format new issues |
241
+
| ISSUE_TEMPLATE | False | The template used to format new issues, e.g. `TODO title: {{ title }}\nBody: {{ body }}\nLink: {{ url }}\nCode:\n{{ snippet }}` |
242
242
| IDENTIFIERS | False | List of custom identifier dictionaries of the form `[{"name": "TODO", "labels": [todo]}]` |
243
243
| GITHUB_URL | False | Base URL of GitHub API |
244
244
| ESCAPE | False | Escape all special Markdown characters |
0 commit comments