mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
9 lines
203 B
YAML
9 lines
203 B
YAML
name: "TODO to Issue"
|
|
description: "Converts IDE TODO comments to GitHub issues"
|
|
author: "Alastair Mooney"
|
|
runs:
|
|
using: "docker"
|
|
image: "Dockerfile"
|
|
branding:
|
|
icon: "check-square"
|
|
color: "orange" |