https://github.com/suzuki-shunsuke/github-comment-metadata
Parser of metadata github-comment embeds into comment
https://github.com/suzuki-shunsuke/github-comment-metadata
Last synced: about 2 months ago
JSON representation
Parser of metadata github-comment embeds into comment
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/github-comment-metadata
- Owner: suzuki-shunsuke
- License: mit
- Created: 2021-02-21T23:12:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-06T21:39:25.000Z (2 months ago)
- Last Synced: 2025-03-06T22:27:48.726Z (2 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-comment-metadata
[](https://pkg.go.dev/github.com/suzuki-shunsuke/github-comment-metadata)
[](https://github.com/suzuki-shunsuke/github-comment-metadata/actions)
[](https://codeclimate.com/github/suzuki-shunsuke/github-comment-metadata/test_coverage)
[](https://goreportcard.com/report/github.com/suzuki-shunsuke/github-comment-metadata)
[](https://github.com/suzuki-shunsuke/github-comment-metadata)
[](https://raw.githubusercontent.com/suzuki-shunsuke/github-comment-metadata/master/LICENSE)Parser of metadata [github-comment](https://github.com/suzuki-shunsuke/github-comment) embeds into comment.
## Background
github-comment is a CLI tool to post a comment to GitHub commit, issue and pull request.
From v3, github-comment embeds metadata into comment to support hide comment.* [github-comment hide](https://github.com/suzuki-shunsuke/github-comment#hide)
* [github-comment#210](https://github.com/suzuki-shunsuke/github-comment/pull/210)In addition to github-comment, we develop [tfcmt](https://github.com/suzuki-shunsuke/tfcmt), which is a fork of [mercari/tfnotify](https://github.com/mercari/tfnotify) and post a comment like github-comment.
To embed metadata into comment via tfcmt like github-comment, we decide to release this feature as a library and use this in github-comment and tfcmt.## metadata format
```
```
ex.
```
```
## License
[MIT](LICENSE)