Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/merge-dependabot.yml to mat…
Browse files Browse the repository at this point in the history
…ch the template repo
  • Loading branch information
credfeto committed Oct 26, 2023
1 parent b18c583 commit 58188f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ on:
- ready_for_review
- reopened
- unlocked
pull_request_review:
pull_request_review:
types:
- submitted
check_suite:
check_suite:
types:
- completed
status: { }
status: { }

jobs:
auto_merge_dependabot:
if: |-
${{endsWith(github.repository, '-template') &&
startsWith(github.head_ref, 'dependabot/github_actions/')}}
endsWith(github.repository, '-template') &&
startsWith(github.head_ref, 'dependabot/github_actions/')
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 58188f2

Please sign in to comment.