From 58188f279a73fd14ea600d6732a79cfc8792dc3c Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Thu, 26 Oct 2023 10:19:55 +0000 Subject: [PATCH] [Dependencies] - Update .github/workflows/merge-dependabot.yml to match the template repo --- .github/workflows/merge-dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge-dependabot.yml b/.github/workflows/merge-dependabot.yml index 5a3a34b9..70b1c19b 100644 --- a/.github/workflows/merge-dependabot.yml +++ b/.github/workflows/merge-dependabot.yml @@ -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: