Increase PR Rebase job retries (#25926)

This commit is contained in:
Nick Schonning 2023-07-17 10:10:43 -04:00 committed by GitHub
parent 664b0ca8cb
commit c80ecf2ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,5 +23,5 @@ jobs:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
commentOnClean: This pull request has resolved merge conflicts and is ready for review.
commentOnDirty: This pull request has merge conflicts that must be resolved before it can be merged.
retryMax: 10
retryMax: 30
continueOnMissingPermissions: false