Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 3aa74e6

Browse files
Update test_and_merge.yml
1 parent 7c325d1 commit 3aa74e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
merge:
4646
runs-on: ubuntu-latest
4747
needs: [test]
48-
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}} # Detect that the PR author is dependabot
48+
if: github.actor == 'dependabot[bot]' # Detect that the PR author is dependabot
4949
steps:
5050
- name: Enable auto-merge for Dependabot PRs
5151
run: gh pr merge --auto --merge "$PR_URL" # Use Github CLI to merge automatically the PR

0 commit comments

Comments
 (0)