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 bot git handling #853

Merged
merged 4 commits into from
Aug 5, 2021
Merged

Fix bot git handling #853

merged 4 commits into from
Aug 5, 2021

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    56d472d View commit details
    Browse the repository at this point in the history
  2. allow bot pushes to trigger workflows

    this is due to actions/checkout@v2 persisting git credentials in the
    git credential helper. By removing them, we can instead use the ones
    we provide in the remote URLs.
    upsj committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    108aa38 View commit details
    Browse the repository at this point in the history
  3. use shallow clone also for OS X

    upsj committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c56b8d1 View commit details
    Browse the repository at this point in the history
  4. remove fetch-depth default

    upsj committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c6bedbb View commit details
    Browse the repository at this point in the history