https://github.com/tomerfi/auto-me-bot
A Probot app that takes care of your GitHub repos for you
https://github.com/tomerfi/auto-me-bot
aws-lambda conventional-commits github hacktoberfest probot probot-app semantic-versioning
Last synced: 17 days ago
JSON representation
A Probot app that takes care of your GitHub repos for you
- Host: GitHub
- URL: https://github.com/tomerfi/auto-me-bot
- Owner: TomerFi
- License: isc
- Created: 2022-04-10T13:31:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T18:20:56.000Z (about 1 month ago)
- Last Synced: 2025-04-17T10:28:07.915Z (23 days ago)
- Topics: aws-lambda, conventional-commits, github, hacktoberfest, probot, probot-app, semantic-versioning
- Language: JavaScript
- Homepage: https://github.com/apps/auto-me-bot
- Size: 6.97 MB
- Stars: 10
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🤖 Auto-Me-Bot
🚧 Managing a repository can be cumbersome and tiresome.
🤖 [auto-me-bot][app] is here to take some of the load off your shoulders!📖 Check the docs: [https://auto-me-bot.tomfi.info][docs]
🖱️ Install the app: [https://github.com/apps/auto-me-bot][app]> [!Tip]
> If you enforce conventional commit messages, use [version-bumper-action][vba] to automate your release process.---
```yaml
# .github/auto-me-bot.yml - check the docs for a complete example
---
pr:
lifecycleLabels: # label PRs based on their lifecycle
conventionalCommits: # enforce conventional commit messages in PRs
conventionalTitle: # enforce conventional title for PRs
signedCommits: # enforce all commits in PRs are signed with the 'Signed-off-by' trailer
tasksList: # verify completion of tasks list in PRs
autoApprove: # automatically approve specific PRs
```
![success][app]: https://github.com/apps/auto-me-bot
[docs]: https://auto-me-bot.tomfi.info
[vba]: https://github.com/TomerFi/version-bumper-action
[success]: https://raw.githubusercontent.com/TomerFi/auto-me-bot/main/docs/img/all-handlers-success.png