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

fix: use GitHub App token when authed with GitHub App #257

Merged
merged 2 commits into from
Apr 29, 2024

Commits on Apr 29, 2024

  1. fix: use GitHub App token when authed with GitHub App

    Currently we are still trying to use the GH_TOKEN env var when making api/graphql calls even after authenticating with a GitHub App Installation. This change fixes that.
    
    Also fixed a few other things while in here:
    
    - [x] split authentication to auth.py file (like other actions)
    - [x] fix arguments to the count_comments_per_user function
    - [x] add `maintenance` to pull request template
    
    Signed-off-by: jmeridth <[email protected]>
    jmeridth committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1f04c74 View commit details
    Browse the repository at this point in the history
  2. test: Add test to cover ignored users in mentor_count

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    79a3995 View commit details
    Browse the repository at this point in the history