Skip to content

Commit a2c4056

Browse files
author
Github Action
committed
File sync from domdomegg/domdomegg
1 parent ee14284 commit a2c4056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dependabot_automation:
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 10
24-
if: ${{ github.actor == 'dependabot[bot]' }}
24+
if: ${{ github.actor == 'dependabot[bot]' && github.event.pull_request.head.repo.full_name == github.repository}}
2525
steps:
2626
- name: Approve
2727
run: gh pr review --approve "$PR_URL"

0 commit comments

Comments
 (0)