workflows/check-by-name: link to githubstatus

Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
Silvan Mosberger 2024-06-28 20:37:55 +02:00
parent 383744754e
commit 435f0daf18

View File

@ -58,7 +58,7 @@ jobs:
if [[ "$mergeable" == "null" ]]; then if [[ "$mergeable" == "null" ]]; then
if (( retryCount == 0 )); then if (( retryCount == 0 )); then
echo "Not retrying anymore, probably GitHub is having internal issues" echo "Not retrying anymore. It's likely that GitHub is having internal issues: check https://www.githubstatus.com/"
exit 1 exit 1
else else
(( retryCount -= 1 )) || true (( retryCount -= 1 )) || true