Skip to content

Automatically add labels on Pull Requests when is needed to review or when is approved

Notifications You must be signed in to change notification settings

danillos/pull-request-approver-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubApprover

Automatically add labels in Pull Requests when is needed to review or when is approved

Installation

Enviroment Variables

  • GITHUB_ACCESS_TOKEN
  • MIX_ENV
  • PORT

Running

MIX_ENV=prod mix compile

and

MIX_ENV=prod PORT=80 mix run --no-halt
or
MIX_ENV=prod PORT=80 elixir --detached -S mix run --no-halt

Development

MIX_ENV=prod PORT=80 iex -S mix
issue = GithubApprover.Entities.Issue.create("https://api.github.com/repos/{ORG}/{PROJECT}/issues/{ISSUE_ID")

About

Automatically add labels on Pull Requests when is needed to review or when is approved

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages