Update pr-validate.yaml

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2024-10-18 14:48:09 +02:00
committed by GitHub
parent f16325acca
commit 0e0fade093
-23
View File
@@ -100,26 +100,3 @@ jobs:
else
echo "All jobs succeeded!"
fi
automerge-and-approve:
needs:
- finished
if: ${{
contains(needs.print_head_msg.outputs.head-commit-message, 'by renovate') ||
contains(needs.print_head_msg.outputs.head-commit-message, '.all-contributorsrc') }}
name: Automerge and Approve build
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: hmarr/auto-approve-action@v3
continue-on-error: true
with:
github-token: "${{ secrets.OR_PAT }}"
- name: automerge
uses: pascalgn/automerge-action@7961b8b5eec56cc088c140b56d864285eabd3f67 # v0.16.4
continue-on-error: true
env:
GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}"
UPDATE_RETRIES: 24
UPDATE_RETRY_SLEEP: 60000
MERGE_METHOD: squash