Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sigmavirus24/github3.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: MichaelKlemm/github3.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 9, 2020

  1. Avoid using content from NetRC when using GitHub App API

    When using the default authentication handler and not overwriting
    the auth parameter, the netrc file will be read and will overwrite
    an existing value that was provided using the headers parameter.
    As the value in the NetRC is wrong a 401 will happen. Using a
    custom auth handler will ensure the expected token is beeing used.
    MichaelKlemm committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c5a6d22 View commit details
    Browse the repository at this point in the history
Loading