Skip to content

Commit e362c13

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/typescript-5.9.3
2 parents 4abe730 + a983aad commit e362c13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ on:
55

66
jobs:
77
auto-merge:
8-
if: github.actor == 'dependabot[bot]'
8+
# if: github.actor == 'dependabot[bot]'
99
runs-on: ubuntu-latest
1010
steps:
11+
- run: echo ${GITHUB_ACTOR}
1112
- uses: actions/checkout@v2
1213
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1314
with:

0 commit comments

Comments
 (0)