Skip to content

Commit 0a38e22

Browse files
author
particularbot6
committed
GitHubSync update - release-0.2
1 parent 6ca5ff5 commit 0a38e22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Dependabot Auto Merge
22
on:
3-
pull_request:
3+
pull_request_target:
44
jobs:
55
auto-merge:
6+
if: github.actor == 'dependabot[bot]'
67
runs-on: ubuntu-latest
78
steps:
89
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)