eunjae-lee/Issue to Markdown
A GitHub Action to monitor and convert issues into markdown files within your repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal access token | yes | — |
| dest | Destination path for: `<project-root>/<dest>/<slug>/index.md` | no | content |
| extension | File extension | no | .md |
| slug_as_folder_name | Use the `slug` from the frontmatter (if exists) to create the folder. If not, the issue number is used instead. | no | true |
| slug_key | Key for the slug from the frontmatter. This is used only when `slug_as_folder_name` is `true`. (`slug` by default.) | no | slug |
| label | Label on issue to trigger the update | no | publish |
| authors | List of authors that are authorized to perform this Action | no | — |
| use_custom_path | Let user provide a custom path for output file instead of relying on conventions | no | false |
| use_custom_path_key | Key for the custom path (when use_custom_path is true) | no | full_path |
| inject_title | Inject title of issue into the frontmatter of the generated file. | no | true |
| inject_title_key | Key to be injected for the title. | no | title |
| inject_created_at | Inject created timestamp of issue into the frontmatter of the generated file. | no | false |
| inject_created_at_key | Key to be injected for the timestamp. | no | created_at |
| inject_created_at_format | Formatter for created timestamp based on Day.js (default: 'ISO') | no | ISO |
| inject_created_at_as_string | Whether or not to wrap the value with double quotes. | no | false |
| inject_updated_at | Inject updated timestamp fo issue into the frontmatter of the generated file. | no | false |
| inject_updated_at_key | Key to be injected for the timestamp. | no | updated_at |
| inject_updated_at_format | Formatter based on Day.js | no | ISO |
| inject_updated_at_as_string | Whether or not to wrap the value with double quotes. | no | false |
Outputs
no outputs