Skip to content

Commit 4abe730

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/typescript-5.9.3
2 parents 3909cbc + 03be0b8 commit 4abe730

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,10 +5,11 @@ on:
55

66
jobs:
77
auto-merge:
8+
if: github.actor == 'dependabot[bot]'
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v2
1112
- uses: ahmadnassri/action-dependabot-auto-merge@v2
1213
with:
1314
target: minor
14-
github-token: ${{ secrets.mytoken }}
15+
github-token: ${{ secrets.MYTOKEN }}

0 commit comments

Comments
 (0)