Merge pull request #257 from nextcloud/feat/workflow-auto-update-dependabot-approve-merge.yml

chore(CI): Updating dependabot-approve-merge.yml workflow from template
This commit is contained in:
Andy Scherzinger
2024-09-02 16:15:09 +02:00
committed by GitHub

View File

@@ -31,6 +31,12 @@ jobs:
pull-requests: write
steps:
- name: Disabled on forks
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
run: |
echo 'Can not approve PRs from forks'
exit 1
# GitHub actions bot approve
- uses: hmarr/auto-approve-action@b40d6c9ed2fa10c9a2749eca7eb004418a705501 # v2
with: