Skip to content

ksugimura/pr_notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PR Notifier

Usage

export SLACK_WEBHOOK_URL=https://hooks.slack.com/services/xxx/xxx
export GITHUB_TOKEN=xxx
export QUERY_FOR_SEARCHING_ISSUES="is:open is:pr repo:rails/rails"

npm run start
# or
node index.js

QUERY_FOR_SEARCHING_ISSUES

See below:
Searching issues and pull requests - User Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%