Automatically add labels in Pull Requests when is needed to review or when is approved
- GITHUB_ACCESS_TOKEN
- MIX_ENV
- PORT
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
MIX_ENV=prod PORT=80 iex -S mix
issue = GithubApprover.Entities.Issue.create("https://api.github.com/repos/{ORG}/{PROJECT}/issues/{ISSUE_ID")