We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71df89 commit 91f14c6Copy full SHA for 91f14c6
.github/workflows/dbot-auto-merge.yml
@@ -9,7 +9,7 @@ env:
9
jobs:
10
auto-merge-dependabot:
11
runs-on: ubuntu-latest
12
- if: github.event.pull_request.user.login == 'dependabot[bot]'
+ if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'splunk/splunk-sdk-python'
13
steps:
14
- name: Fetch dependency metadata
15
uses: dependabot/fetch-metadata@496eb7a6d053154f00e01044ab472077386f5a35
0 commit comments