Skip to content

Commit

Permalink
build: update GH action for Dependabot auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
NoNameProvided authored Mar 23, 2021
1 parent 945f154 commit d0cb39f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-approve-dependabot-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dependabot auto-merge
on:
pull_request
pull_request_target
jobs:
dependabot:
runs-on: ubuntu-latest
Expand All @@ -20,4 +20,4 @@ jobs:
repo: context.repo.repo,
issue_number: context.issue.number,
body: '@dependabot squash and merge'
})
})

0 comments on commit d0cb39f

Please sign in to comment.