Skip to content

Commit

Permalink
add another step
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed May 30, 2024
1 parent 72eddae commit e714d38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Hello
run: echo Hello world
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
Expand Down

0 comments on commit e714d38

Please sign in to comment.