noraworld/Issue Recorder
Save all comments on an issue to a file in your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 26, 2026
- License
- MIT
Pinned Snippet
uses: noraworld/issue-recorder@f585429e3ad8185c8aeb3361206d369ab026483e # v0.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | mode | no | file |
| filepath | filepath | no | default |
| committer_name | committer name | no | GitHub Actions |
| committer_email | committer email | no | actions@github.com |
| overwrite_when_modified | overwrite when modified | no | "" |
| newlines_count_before_extra_text | newlines count before extra text | no | 1 |
| extra_text_when_modified | extra text when modified | no | # From issues |
| newlines_count_after_extra_text | newlines count after extra text | no | 1 |
| notification_comment | notification comment | no | "" |
| target_file_repo | target file repo | no | "" |
| title_prefix_for_file | title prefix for file | no | "" |
| target_issue_repo | target issue repo | no | "" |
| target_issue_number | target issue number | no | "" |
| partial_content_target_issue_repo | partial content target issue repo | no | "" |
| partial_content_target_issue_number | partial content target issue number | no | "" |
| partial_content_start_string | partial content start string | no | "" |
| partial_content_end_string | partial content end string | no | "" |
| with_repo_assets | with repo assets | no | "" |
| assets_repo | assets repo | no | "" |
| assets_repo_gist_id | assets repo gist id | no | "" |
| assets_repo_gist_file | assets repo gist file | no | gistfile1.txt |
| assets_directory | assets directory | no | "" |
| with_assets_compression | with assets compression | no | "" |
| compression_threshold | compression threshold | no | "" |
| resize_width | resize width | no | "" |
| resize_height | resize height | no | "" |
| with_compatible_format | with compatible format | no | "" |
| fold_threshold | fold threshold | no | infinity |
| fold_summary | fold summary | no | "" |
| title_prefix_for_issue | title prefix for issue | no | "" |
| with_date | with date | no | "" |
| timezone | timezone | no | Etc/GMT |
| time_format | time format | no | MMM d, yyyy, h:mm a ZZZZ |
| with_header | with header | no | "" |
| with_title | with title | no | "" |
| custom_title | custom title | no | "" |
| with_quote | with quote | no | "" |
| with_hr | with hr | no | file, issue |
| empty_lines_count_between_comments | newline count between comments | no | 1 |
| trailing_newline | trailing newline | no | true |
| skip_body | skip body | no | "" |
| skip_if_empty_including_body | skip if empty including body | no | "" |
| skip_if_empty_not_including_body | skip if empty not including body | no | "" |
| fail_if_skip | fail if skip | no | "" |
| personal_access_token | personal access token | no | "" |
Outputs
no outputs