eunjae-lee/Issue to Markdown

A GitHub Action to monitor and convert issues into markdown files within your repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenPersonal access tokenyes
destDestination path for: `<project-root>/<dest>/<slug>/index.md`nocontent
extensionFile extensionno.md
slug_as_folder_nameUse the `slug` from the frontmatter (if exists) to create the folder. If not, the issue number is used instead.notrue
slug_keyKey for the slug from the frontmatter. This is used only when `slug_as_folder_name` is `true`. (`slug` by default.)noslug
labelLabel on issue to trigger the updatenopublish
authorsList of authors that are authorized to perform this Actionno
use_custom_pathLet user provide a custom path for output file instead of relying on conventionsnofalse
use_custom_path_keyKey for the custom path (when use_custom_path is true)nofull_path
inject_titleInject title of issue into the frontmatter of the generated file.notrue
inject_title_keyKey to be injected for the title.notitle
inject_created_atInject created timestamp of issue into the frontmatter of the generated file.nofalse
inject_created_at_keyKey to be injected for the timestamp.nocreated_at
inject_created_at_formatFormatter for created timestamp based on Day.js (default: 'ISO')noISO
inject_created_at_as_stringWhether or not to wrap the value with double quotes.nofalse
inject_updated_atInject updated timestamp fo issue into the frontmatter of the generated file.nofalse
inject_updated_at_keyKey to be injected for the timestamp.noupdated_at
inject_updated_at_formatFormatter based on Day.jsnoISO
inject_updated_at_as_stringWhether or not to wrap the value with double quotes.nofalse

no outputs