mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Update action.yml
This commit is contained in:
parent
7b4aab7105
commit
3ac81cb165
@ -3,7 +3,7 @@ description: 'Converts IDE TODO comments to GitHub issues'
|
|||||||
author: 'Alastair Mooney'
|
author: 'Alastair Mooney'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/alstr/todo-to-issue-action:v5.0'
|
image: 'docker://ghcr.io/alstr/todo-to-issue-action:v5.1.5'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'orange'
|
color: 'orange'
|
||||||
@ -85,4 +85,4 @@ inputs:
|
|||||||
INSERT_ISSUE_URLS:
|
INSERT_ISSUE_URLS:
|
||||||
description: 'Whether the action should insert the URL for a newly-created issue into the associated TODO comment'
|
description: 'Whether the action should insert the URL for a newly-created issue into the associated TODO comment'
|
||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user