Skip to content

TomerFi/auto-me-bot

Repository files navigation

🤖 Auto-Me-Bot

🚧 Managing a repository can be cumbersome and tiresome.
🤖 auto-me-bot is here to take some of the load off your shoulders!

📖 Check the docs: https://auto-me-bot.tomfi.info
🖱️ Install the app: https://github.com/apps/auto-me-bot

Tip

If you enforce conventional commit messages, use version-bumper-action to automate your release process.


# .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