An open API service indexing awesome lists of open source software.

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

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