https://github.com/jackplowman/github-pr-analyser
A Go project to analyse PRs and generate a summary box in the PR's description
https://github.com/jackplowman/github-pr-analyser
analysis analyzer github github-actions go pull-request
Last synced: about 2 months ago
JSON representation
A Go project to analyse PRs and generate a summary box in the PR's description
- Host: GitHub
- URL: https://github.com/jackplowman/github-pr-analyser
- Owner: JackPlowman
- License: mit
- Created: 2024-08-22T19:15:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T07:38:04.000Z (4 months ago)
- Last Synced: 2026-02-22T13:37:38.245Z (4 months ago)
- Topics: analysis, analyzer, github, github-actions, go, pull-request
- Language: Go
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
# GitHub Pull Request Analyser
## Table of Contents
- [GitHub Pull Request Analyser](#github-pull-request-analyser)
- [Table of Contents](#table-of-contents)
- [Description](#description)
- [Basic usage](#basic-usage)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [License](#license)
## Description
```markdown
Files changed: X
Python 50 files changed >>>>>>>>>>>>>>----------- 50 %
Markdown 20 files changed >>----------------------- 20 %
TeX 20 files changed >>----------------------- 20 %
HTML 9 files changed >>----------------------- 09 %
Other 1 files changed >------------------------ 01 %
```
## Basic usage
## Contributing
Contributions are welcome! Please read the [Contributing Guidelines](./docs/CONTRIBUTING.md) for details on submitting pull requests or reporting issues.
We adhere to the [Conventional Commits](docs/CONVENTIONAL_COMMITS.md) specification for commit messages.
## Code of Conduct
This project is released with a [Contributor Code of Conduct](./docs/CODE_OF_CONDUCT.md). By participating, you agree to abide by its terms.
## License
This project is licensed under the MIT Licence. See the [LICENCE](./LICENCE) file for details.