Skip to content

Commit 91f14c6

Browse files
committed
Revert not skipping action in forks
1 parent f71df89 commit 91f14c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
auto-merge-dependabot:
1111
runs-on: ubuntu-latest
12-
if: github.event.pull_request.user.login == 'dependabot[bot]'
12+
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'splunk/splunk-sdk-python'
1313
steps:
1414
- name: Fetch dependency metadata
1515
uses: dependabot/fetch-metadata@496eb7a6d053154f00e01044ab472077386f5a35

0 commit comments

Comments
 (0)