Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niranjan94/github-automaton
A helpful bot to automate common tasks on Open Sourced Repos
https://github.com/niranjan94/github-automaton
Last synced: 3 months ago
JSON representation
A helpful bot to automate common tasks on Open Sourced Repos
- Host: GitHub
- URL: https://github.com/niranjan94/github-automaton
- Owner: niranjan94
- License: apache-2.0
- Created: 2017-06-23T11:51:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T16:05:47.000Z (about 2 years ago)
- Last Synced: 2023-05-04T06:27:33.471Z (almost 2 years ago)
- Language: TypeScript
- Homepage: https://github-automaton.herokuapp.com
- Size: 604 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Automaton
> A GitHub Bot + _a bot framework-like thingy_ inspired by [babel-bot](https://github.com/babel/babel-bot).
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
#### What can this do ?
- Add a comment and a label asking for more information if a newly created issue has less information
- Add a comment asking for more info if an issue is labelled with `needs-info`
- Add a comment if a PR build fails with a link to the logs. (Only travis supported)
- Delete pointless comments that have +1, -1 or only emojis
- Allow moving issues to other repos via comments (`@ move to username/repo`)
- Label new PRs with `needs-review` tag
- Label PRs with `ready-to-ship` once they get merged
- Add a comment requesting the PR creator to rebase/resolve conflicts if any conflicts are found on the PR
- Request the PR creator to link the PR to a specific issue, if no link is found and add `has-PR` tag to the linked issue.> All comments that request an action are deleted once the requested action is completed
#### What can this do in a few weeks ?
- Auto request PR reviews from contributors based on blame info from the files changed. (Using [mention-bot](https://github.com/facebook/mention-bot)'s programmatic API)
- Search for preview deployment links in PRs and request for them if not found#### Open Source License
Unless explicitly stated otherwise all files in this repository are licensed under the [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). All projects **must** properly attribute [The Original Source](https://github.com/niranjan94/github-automaton).
```
Copyright 2017 Niranjan RajendranLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```An unmodified copy of the above license text must be included in all forks.