Skip to content

Commit

Permalink
Merge pull request #1019 from opentripplanner/dependabot-checkout-bef…
Browse files Browse the repository at this point in the history
…ore-automerge

ci(dependabot): Checkout repo before using any git/gh commands.
  • Loading branch information
binh-dam-ibigroup authored Oct 11, 2023
2 parents f27e945 + 7bbf484 commit ea10904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
pull-requests: write
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v2
- name: Auto-approve PR
uses: hmarr/auto-approve-action@v3
- name: Enable auto-merge
Expand Down

0 comments on commit ea10904

Please sign in to comment.