diff --git a/.github/workflows/github-no-web-commits.yml b/.github/workflows/github-no-web-commits.yml index ca4a040f738..77ba1f31b91 100644 --- a/.github/workflows/github-no-web-commits.yml +++ b/.github/workflows/github-no-web-commits.yml @@ -32,7 +32,7 @@ jobs: org: context.repo.owner, team_slug: team, username: prAuthor - }); + }).catch(() => ({status: 404}))); if (response.status == 200) { isAllowListed = true; break;