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

Upgrade dependencies #218

Merged
merged 2 commits into from May 4, 2023
Merged

Upgrade dependencies #218

merged 2 commits into from May 4, 2023

Commits on May 4, 2023

  1. Upgrade dependencies

    go-git 5.5.1 shipped a breaking change
    (go-git/go-git#623) that we need to take into
    account here in setting `AllowEmptyCommits: true` when initializing
    a bitbucket repository.
    
    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8c6d9e6 View commit details
    Browse the repository at this point in the history
  2. Prevent GitLab e2e tests from running twice on PRs

    The tests are already triggered by the `pull-request` event (which is
    also emitted when the head branch of the PR is updated). For PRs
    created from branches of the ggp repo, having the `push` event for all
    branches in the workflow definition will trigger it twice. Therefore I
    changed it to only run on pushes to `main` now, following what we do
    in other repos.
    
    Signed-off-by: Max Jonas Werner <mail@makk.es>
    Max Jonas Werner committed May 4, 2023
    Configuration menu
    Copy the full SHA
    cf89773 View commit details
    Browse the repository at this point in the history