Skip to content

auto-me-bot

GitHub App

auto-me-bot

GitHub App

Auto-Me-Bot

Managing a repository can be cumbersome πŸ‘· and tiresome 😫.
Let alone managing multiple repositories used by multiple contributors and bots 😧.

My name is auto-me-bot πŸ€– I'm here to take some of the repo management load off your shoulders!

Install App Read Docs Example Config

all-handlers-success
Failed Checks all-handlers-fail
Configuration

Place a file πŸ“ called auto-me-bot.yml in your .github folder πŸ“ in the repos you want me to help out with.
Check out the documentation to see what else I can do πŸ€™.

# .github/auto-me-bot.yml
---
pr:
  conventionalCommits: # this means I'll enforce conventional commit messages in PRs.
  lifecycleLabels: # this means you I'll label PRs based on the their lifecycle.
  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.

Future Plans
  • Size based labeling for pull requests
  • Automate assignees and reviewers for pull requests
  • Auto approving pull requests with consideration to GitHub code owners
  • Various handlers for event types other then pull_requestpush and and issue event types
  • Repository management capabilities, such as labels creation and settings syncing
Alternatives

Other awesome applications the offer similar handlers as auto-me-bot

Works well with

If you keep your commits conventional,
you can use the version-bumper-action for GitHub, to automate your releases.

Developer

auto-me-bot is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

Report abuse