Skip to content

🤖 Ray is a probot helping in adding labels when issues its referencing on pr.

License

Notifications You must be signed in to change notification settings

matuzalemsteles/probot-ray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ray bot

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.

How it works

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.

screen shot 2017-10-22 at 21 58 54

This probot still adds the label done when the PR is closed and a thank you message.

Setup

# 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.

References

in-progress by clarkbw

Contribute

First of all, thank you for your contribution.

Reporting Issues

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.

Submitting pull requests

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.

License

ISC License © Matuzalém Teles

About

🤖 Ray is a probot helping in adding labels when issues its referencing on pr.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published