Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user