Coder Social home page Coder Social logo

mcnotify's Introduction

McNotify

McNotify is a GitHub App built with Probot that comments on predefined issues after certain events. At Kivy it is used for notifying interested users about breaking changes.

Usage

  1. Create a GitHub App and deploy it
  2. Open and lock an issue which will act as a notification thread, ask users to subscribe to it
  3. Create and customize .github/mcnotify.yml based on the following template
  4. Start labeling issues

Create .github/mcnotify.yml in the default branch to enable the app. The file can be empty, or it can override any of these default settings:

# Configuration for McNotify - https://github.com/kivy/mcnotify

subscriptions:
  - events:
      # Events which trigger notifications
      labeled: mclabel
    # Issue used for posting notifications
    issue: 1
    # Comment to post on the notification thread. Optional placeholders: {label},
    # {issue-author}, {issue-title} and {issue-url}
    comment: >
      This is a notification for [{issue-title}]({issue-url}),
      opened by @{issue-author}.

Deployment

See docs/deploy.md if you would like to run your own instance of this app.

License

McNotify is released under the terms of the MIT License. Please refer to the LICENSE file.

mcnotify's People

Contributors

dependabot[bot] avatar matham avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

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.