[go: nahoru, domu]

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

PR to test the GH action that auto switches the target branch for dependabot PRs #2462

Closed
wants to merge 9 commits into from

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    c1bbbf8 View commit details
    Browse the repository at this point in the history
  2. Fix syntax for dependabot-branch.yml

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    robyngit and github-actions[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bce4358 View commit details
    Browse the repository at this point in the history
  3. Fix branch ref in dependabot GH action

    To trigger action based on PR's head branch name instead base branch name, must use the github.head_ref context in a conditional. The branches property applies only to base branch.
    
    Issue #2456
    robyngit committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3ac9e35 View commit details
    Browse the repository at this point in the history
  4. Fix syntax in dependabot GH action

    Issue #2456
    robyngit committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    08342cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c6c637 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20ee6b8 View commit details
    Browse the repository at this point in the history
  7. Remove PR trigger (testing)

    robyngit committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1a5416c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a126af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a5e124e View commit details
    Browse the repository at this point in the history