From 841bda3ac792135f5b2dbf894c331b1c6c14f556 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 27 Sep 2022 10:58:48 +0000 Subject: [PATCH] spelling mistake --- tools/attention_list.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/attention_list.py b/tools/attention_list.py index 3cc0c32e..d82475b8 100644 --- a/tools/attention_list.py +++ b/tools/attention_list.py @@ -199,7 +199,7 @@ def get_failed_gh_commits(pull, url, gh_org, repo, headers): if len(res_sta.json()['check_runs']) != 0: if res_sta.json()['check_runs'][0]['conclusion'] == 'failure': o = FailedPR( - host='gitea', + host='github', url=pull['html_url'], status=res_sta.json()['check_runs'][0]['conclusion'], target_url=(res_sta.json()['check_runs'] @@ -211,7 +211,7 @@ def get_failed_gh_commits(pull, url, gh_org, repo, headers): failed_commits.append(o) else: o = FailedPR( - host='gitea', + host='github', url=pull['html_url'], status='', target_url='',