Skip to content

Commit 1b21193

Browse files
committed
added repo name
1 parent 713bea0 commit 1b21193

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
auto-approve-merge:
1414
runs-on: ubuntu-latest
15-
if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]'
15+
if: (github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]') && github.repository == 'internetee/registry'
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v5
@@ -71,7 +71,6 @@ jobs:
7171
ref: ${{ github.event.pull_request.head.sha }}
7272
repo-token: ${{ secrets.GITHUB_TOKEN }}
7373
wait-interval: 30
74-
running-workflow-name: 'auto-approve-merge'
7574

7675
- name: Auto-merge PR
7776
if: steps.check_auto_merge.outputs.auto_merge == 'true'

0 commit comments

Comments
 (0)