deep-mm / GitHub-App-Probot-Example

This is an example of GitHub App developed with Probot and hosted on Azure Functions. This App allows to create repository in an organization based on title of new issue created.

Home Page:https://deepmehta.co.in/projects/github-probot-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub-App-Probot-Example

This is an example of GitHub App developed with Probot and hosted on Azure Functions. This App allows to create repository in an organization based on title of new issue created.

image

To run the app locally:

npm start

To have the app running on Azure function app, 3 app settings needs to be added to Configuration > App Settings

  1. APP_ID
  2. PRIVATE_KEY
  3. WEBHOOK_SECRET

image

Find detailed documentation here: https://deepmehta.co.in/projects/github-probot-app/

About

This is an example of GitHub App developed with Probot and hosted on Azure Functions. This App allows to create repository in an organization based on title of new issue created.

https://deepmehta.co.in/projects/github-probot-app/

License:MIT License


Languages

Language:JavaScript 100.0%