We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e8c98 commit 6a7d572Copy full SHA for 6a7d572
.github/workflows/pr-auto-approver.yml
@@ -12,7 +12,7 @@ permissions:
12
jobs:
13
approve-pr:
14
name: Approve dependabot for non-major updates only
15
- if: github.event.pull_request.user.login == 'dependabot[bot]'
+ if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'xayanide/event-handler-loader'
16
runs-on: ubuntu-latest
17
steps:
18
- name: Fetch dependabot metadata
0 commit comments