Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ammar-knowledge/amm-mergeable
ππ All the missing GitHub automation. π₯Έπππ₯½βοΈπβ΄οΈβοΈπ·π
https://github.com/ammar-knowledge/amm-mergeable
github-bot probot
Last synced: 3 months ago
JSON representation
ππ All the missing GitHub automation. π₯Έπππ₯½βοΈπβ΄οΈβοΈπ·π
- Host: GitHub
- URL: https://github.com/ammar-knowledge/amm-mergeable
- Owner: ammar-knowledge
- License: agpl-3.0
- Fork: true (mergeability/mergeable)
- Created: 2023-05-02T14:19:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-25T22:54:24.000Z (3 months ago)
- Last Synced: 2024-09-26T08:02:14.519Z (3 months ago)
- Topics: github-bot, probot
- Language: JavaScript
- Homepage: https://ammar-knowledge.github.io/Amm-mergeable/
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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