A GitHub application created with probot that automatically labels issues with the label in-progress when an open PR uses the GitHub issue keywords, the same happens when a PR is closed add label done when reference to the issues and adds a comment thanking.
When you use github keywords like fixes
, resolves
, closes
and other variants in a PR, the bot automatically adds in-progress
label to issues referenced in the PR.
This probot still adds the label done
when the PR is closed and a thank you message.
# Install dependencies
npm install
# Run the bot
npm start
See docs/deploy.md if you would like to run your own instance of this app.
First of all, thank you for your contribution.
Did you find a problem? Do you want a new feature? First check if your problem or idea has been reported. If there is a new question, please be clear and descriptive.
🚨 Check issue open and closed.
Make sure your pull requests are within scope and that you follow the project assumptions.
🚨 Submit your pull solipsies with tests if necessary.
- Fork it!
- Clone your fork:
git clone https://github.com/<your-username>/probot-ray
- Navigate to the newly cloned directory:
cd probot-ray
- Create a new branch for the new feature:
git checkout -b new-feature
- Install the tools necessary for development:
yarn
- Make your changes.
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin new-feature
- Submit a pull request with full remarks documenting your changes.
ISC License © Matuzalém Teles