Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a cli flag for running as an integration #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 24, 2021

  1. Add a cli flag for running as an integration

    Currently there is no way to enable the `integration` flag which the
    providers uses to filter out some actions.
    
    It is possible to run the bot using an oauth app e.g. via github
    actions, however it will fail due to having no access to endpoints such
    as /user/emails.
    
    With this PR supplying the `--integration` will enable restricted tokens
    to function as expected.
    DamianZaremba committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    81181e5 View commit details
    Browse the repository at this point in the history