Skip to content

Commit

Permalink
Update auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Jul 7, 2023
1 parent d7610d4 commit e0318a0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Dependabot auto-merge

on: pull_request
on:
pull_request:
types:
- opened
- synchronize
check_suite:
types:
- completed

permissions:
contents: write
Expand All @@ -9,7 +16,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' }} && ${{ github.event.check_suite.conclusion == 'success' }}

steps:
- name: Dependabot metadata
Expand Down

0 comments on commit e0318a0

Please sign in to comment.