Skip to content

Commit d25b636

Browse files
committed
update if
1 parent b250f1a commit d25b636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
auto-merge:
8-
# if: GITHUB_ACTOR == 'dependabot[bot]'
8+
if: GITHUB_ACTOR == 'dependabot'
99
runs-on: ubuntu-latest
1010
steps:
1111
- run: echo ${GITHUB_ACTOR}

0 commit comments

Comments
 (0)