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 713bea0 commit 1b21193Copy full SHA for 1b21193
.github/workflows/auto-merge.yml
@@ -12,7 +12,7 @@ permissions:
12
jobs:
13
auto-approve-merge:
14
runs-on: ubuntu-latest
15
- if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]'
+ if: (github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]') && github.repository == 'internetee/registry'
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v5
@@ -71,7 +71,6 @@ jobs:
71
ref: ${{ github.event.pull_request.head.sha }}
72
repo-token: ${{ secrets.GITHUB_TOKEN }}
73
wait-interval: 30
74
- running-workflow-name: 'auto-approve-merge'
75
76
- name: Auto-merge PR
77
if: steps.check_auto_merge.outputs.auto_merge == 'true'
0 commit comments