Skip to content

Commit

Permalink
Update auto-merge-dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
larskristianhaga authored Mar 25, 2024
1 parent 4c79959 commit 41dabb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}

steps:
- name: Checkout the repo
uses: actions/checkout@v4

- name: "Log PR title"
run: echo "PR title is ${{ github.event.pull_request.title }}"

Expand Down

0 comments on commit 41dabb3

Please sign in to comment.