Skip to content

technikhil314/github-app-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package-updater

Rationale

This package's intent is to automatically create pull requests after a version of given lib is updated. Each PR will be created in a repo which depends on the package which have updated and will suggest to merge a modified package.json file.

Installation

To run this app you should follow such steps:

  1. Clone this repository via git clone [email protected]:knidarkness/package-updater.git
  2. Install packages by npm install
  3. Create .env file with following contents:
PRIVATE_KEY="-----BEGIN RSA PRIVATE\n... your private key for GithubApp goes here"
GITHUB_APP_IDENTIFIER=your app id
GITHUB_WEBHOOK_SECRET=your webhook secret
  1. Or ask @knidarkness to provide you with credentials for internal usage.

License

This utility script is distributed under the Apache 2.0 License

About

This repository contains example code for the GitHub App implementation with Node.js tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%