mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
GitHub Autocomment: Retry on server errors (#3958)
Retry posting/updating a comment in case of 5XX errors from GitHub API
This commit is contained in:
committed by
GitHub
parent
d8df5237fa
commit
9310949b44
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@@ -409,6 +409,8 @@ jobs:
|
||||
steps.create-allure-report-release.outputs.report-url
|
||||
)
|
||||
with:
|
||||
# Retry script for 5XX server errors: https://github.com/actions/github-script#retries
|
||||
retries: 5
|
||||
script: |
|
||||
const reports = [{
|
||||
buildType: "debug",
|
||||
|
||||
Reference in New Issue
Block a user