Coder Social home page Coder Social logo

app's Introduction

DO NOT MERGE – as a service.

Uptime Robot status Build Status Greenkeeper badge

WIP bot screencast

Usage

  1. Install the app on your GitHub Repositories: github.com/apps/wip
  2. The WIP bot sets status of the request title to pending if it finds "wip", "work in progress" or "do not merge" (not case-sensitive) in
    1. The pull request title
    2. One of the pull request labels
    3. One of the pull request commit messages
  3. If it doesn’t find the words anywhere, it will set status to success

If you use the WIP App we strongly recommend to subscribe to our updates. If you like it, please star this repository :)

Local setup

  • Setup repository

    git clone [email protected]:wip/app.git wip-app
    cd wip-app
    npm install
    
  • Create your own GitHub app: instructions

  • On your local machine, copy .env.example to .env.

  • Go to smee.io and click Start a new channel. Set WEBHOOK_PROXY_URL in .env to the URL that you are redirected to.

  • Create a new GitHub App with:

    • Webhook URL: Use your WEBHOOK_PROXY_URL from the previous step.
    • Webhook Secret: development.
    • Permissions & events
      • Commit statuses (read & write)
      • Pull Requests (read only)
      • Subscribe to events Pull request
  • Download the private key and move it to your project's directory. It will get picked up by Probot automatically.

  • Edit .env and set APP_ID to the ID of the app you just created. The App ID can be found in your app settings page here

  • Run $ npm start to start the server/

Contribute

If you’d like to contribute a bug fix or feature to the wip app, please fork the repository, then clone it to your computer. Then install dependencies and run the tests

npm install
npm test

Before adding a feature, create an issue first to ask if it’s within the scope of the app. If possible, add tests to your pull requests.

Credits

The logo was created by Micah Ilbery.

Legal

License: Apache 2.0. Privacy Policy. Security Policy

app's People

Contributors

aniketroy avatar anshumanv avatar bkeepers avatar davidcelis avatar fofr avatar gr2m avatar greenkeeper[bot] avatar greenkeeperio-bot avatar heel avatar jbrooksuk avatar knrt10 avatar micahilbery avatar raul6469 avatar thatnerdypikachu avatar wojtekmach avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.