Skip to content

Commit

Permalink
require status checks to pass before automerging dependabot PRs (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades authored Jan 10, 2024
1 parent fe5ea51 commit 26b2f98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:

# Automatically merge if it's a Dependabot PR that passes the build
dependabot:
needs: [test, fmt, clippy, docs, cargo-deny]
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 26b2f98

Please sign in to comment.