Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mergeability/mergeable
π€ All the missing GitHub automation π π
https://github.com/mergeability/mergeable
automation codeowner-managed codeowners github-app probot probot-app probot-plugin workflow-automation
Last synced: 5 days ago
JSON representation
π€ All the missing GitHub automation π π
- Host: GitHub
- URL: https://github.com/mergeability/mergeable
- Owner: mergeability
- License: agpl-3.0
- Created: 2018-04-16T01:17:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T20:22:22.000Z (6 months ago)
- Last Synced: 2024-10-29T17:36:18.800Z (3 months ago)
- Topics: automation, codeowner-managed, codeowners, github-app, probot, probot-app, probot-plugin, workflow-automation
- Language: JavaScript
- Homepage: https://mergeable.us
- Size: 7.71 MB
- Stars: 683
- Watchers: 12
- Forks: 116
- Open Issues: 104
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/support.rst
Awesome Lists containing this project
README
Mergeable
> π€ **Mergeable** helps automate your team's GitHub workflow without a single line of code.
Some examples of what you can do:
- Ensure pull requests follow conventions and [prevent merging][comment-if-guidelines-not-met] when it is not followed.
- [Notify author of failed guidelines][comment] when opening an issue.
- Schedule [detection for obsolete (stale) issues and pull requests][staleness] and notify author and collaborators.
- [Auto-merge][automerge] pull requests once all checks pass.
- And [more][configuration]---
# Documentation
Check it out over at https://mergeable.readthedocs.io/en/latest/index.html# Support
Found a bug? Have a question? Or just want to chat?- Find us on [Gitter](https://gitter.im/mergeable-bot/Lobby).
- Create an [Issue](https://github.com/mergeability/mergeable/issues/new).# Contributions
We need your help:- Have an **π‘idea** for a **new feature**? Please [create a new issue](https://github.com/mergeability/mergeable/issues) and tell us!
- **Fix a bug**, implement a new **validator** or **action** and [open a pull request](CONTRIBUTING.md)!> βοΈ **NOTE:** For development and testing. You'll want to [read about how to run it locally][run-locally].
# Authors
- Originally created by [@jusx](https://twitter.com/jusx) π follow him on [Twitter](https://twitter.com/jusx).
- Co-authored by [@shine2lay](https://github.com/shine2lay)
- Logo by [@minap0lis](https://www.instagram.com/minap0lis/) π follow her on [Instagram](https://www.instagram.com/minap0lis/).
---
AGPL, Copyright (c) 2019 [Justin Law](https://github.com/jusx) & [Shine Lee](https://github.com/shine2lay)[comment-if-guidelines-not-met]: https://mergeable.readthedocs.io/en/latest/recipes.html#comment-if-guidelines-not-met
[comment]: https://mergeable.readthedocs.io/en/latest/actions/comment.html
[staleness]: https://mergeable.readthedocs.io/en/latest/recipes.html#check-stale-pr-and-issues
[automerge]: https://mergeable.readthedocs.io/en/latest/recipes.html#auto-merge-pull-requests-once-all-checks-pass
[configuration]: https://mergeable.readthedocs.io/en/latest/configuration.html
[run-locally]: https://mergeable.readthedocs.io/en/latest/deployment.html#running-locally