Skip to content

Commit

Permalink
dependabot-automerge: only attempt approval of unapproved PRs. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
branlwyd authored Dec 12, 2023
1 parent cb4ce63 commit 2462f6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Dependabot auto-merge
on: pull_request
on:
pull_request:
types: [opened, reopened]

jobs:
dependabot:
Expand Down

0 comments on commit 2462f6b

Please sign in to comment.