Skip to content

Commit ca5f74f

Browse files
author
amazon-meaisiah
authored
1 parent b35915a commit ca5f74f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: auto-merge
22

33
on:
4-
pull_request:
4+
pulll_request_target:
55
branches: [ master ]
66

77
jobs:
88
auto-merge:
9+
if: github.actor == 'dependabot[bot]'
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)