Skip to content

Commit 6a7d572

Browse files
committed
chore: update workflows
1 parent 32e8c98 commit 6a7d572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-auto-approver.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
approve-pr:
1414
name: Approve dependabot for non-major updates only
15-
if: github.event.pull_request.user.login == 'dependabot[bot]'
15+
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'xayanide/event-handler-loader'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Fetch dependabot metadata

0 commit comments

Comments
 (0)