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

Mergeback v2.1.10 refs/heads/releases/v2 into main #1070

Merged
merged 4 commits into from May 11, 2022

Commits on May 11, 2022

  1. Fix integration tests on v1

    The GitHub API client coerces `fake-server-url` to the Dotcom API URL,
    which means commands like `util.getGitHubVersion` will call the Dotcom
    API with the `fake-token`, resulting in 401s.
    
    We therefore use the Dotcom URL instead and additionally stub
    `util.getGitHubVersion` as a good practice (it's no longer necessary).
    henrymercer committed May 11, 2022
    Copy the full SHA
    4e0668d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1069 from github/henrymercer/fix-integration-test…

    …s-on-v1
    
    Fix integration tests on v1
    henrymercer committed May 11, 2022
    Copy the full SHA
    2f58583 View commit details
    Browse the repository at this point in the history
  3. Update changelog and version after v2.1.10

    github-actions[bot] committed May 11, 2022
    Copy the full SHA
    f8c88ab View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    97847a4 View commit details
    Browse the repository at this point in the history