mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Add support for new projects
This commit is contained in:
@@ -46,6 +46,12 @@ inputs:
|
||||
description: 'For multiline TODOs, format each line as a new paragraph when creating the issue'
|
||||
required: false
|
||||
default: true
|
||||
PROJECT:
|
||||
description: "User or organization project to link issues to, format 'project_type/owner/project_name'"
|
||||
required: false
|
||||
PROJECTS_SECRET:
|
||||
description: 'Encrypted secret corresponding to your personal access token (do not enter the actual secret)'
|
||||
required: false
|
||||
IGNORE:
|
||||
description: 'A collection of comma-delimited regular expression that matches files that should be ignored when searching for TODOs'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user