Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4db27bd

Browse files
committedMar 11, 2025··
re-enacted dependabot auto-merge
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 0baba8d commit 4db27bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88
jobs:
99
dependabot:
1010
runs-on: ubuntu-latest
11-
if: github.actor == 'dependabot[bot]'
11+
if: github.event.pull_request.user.login == 'dependabot[bot]'
1212
steps:
1313
- name: Dependabot metadata
1414
id: metadata

0 commit comments

Comments
 (0)
Please sign in to comment.