Auto-Me-Bot

A Probot app that takes care of your GitHub repos for you
Screenshot of Auto-Me-Bot app
Screenshot of Auto-Me-Bot app

Repository

TomerFi/auto-me-bot

Authors

TomerFi

Updated

March 27, 2024

Auto-Me-Bot

Managing a repository can be cumbersome :construction_worker: and tiresome :tired_face:.

Let alone managing multiple repositories used by multiple contributors and bots :anguished:.

My name is auto-me-bot!

I was created with Probot :robot: and I live my life as a serverless function residing in AWS Lambda :floppy_disk:.

I'm here to take some of the repo management load off your shoulders, just tell me what you want me to do...

Place a file :memo: called auto-me-bot.yml in your .github folder :file_folder: in the repos you want me to help out with.

# .github/auto-me-bot.yml
---
pr:
  conventionalCommits: # this means I'll enforce conventional commit messages in PRs.
  signedCommits: # this means I'll make sure all commits in PRs are signed with the 'Signed-off-by' trailer.
  tasksList: # this means I'll verify completion of tasks list in PRs.

Place the file in your .github repository if you want me to take on multiple repos with one file :muscle:.

Check out the documentation to see what else I can do :call_me_hand:.

Here are some pics of me working:

all-handlers-success

all-handlers-fail

Get occasional updates on new apps & features.

Star

with by the Probot community

Code licensed ISC Docs licensed CC-BY-4.0