Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimTeixeira committed Aug 27, 2024
1 parent d7a3eae commit f449cb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
needs: review-prs
if: ${{ success() && github.event.pull_request.user.login == 'dependabot[bot]' }}
steps:
- name: Checkout repository code
uses: actions/checkout@v4

- name: Auto-merge Dependabot PR
if: ${{ success() }}
run: gh pr merge --auto ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit f449cb8

Please sign in to comment.