From 8c83cf101489019f2c03f5c0781aa5a18b330c5f Mon Sep 17 00:00:00 2001 From: Piet <75956460+PieWol@users.noreply.github.com> Date: Sun, 28 Apr 2024 10:53:03 +0200 Subject: [PATCH] Update check_author.yml --- .github/workflows/check_author.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check_author.yml b/.github/workflows/check_author.yml index 958eaf957..c5c8b915b 100644 --- a/.github/workflows/check_author.yml +++ b/.github/workflows/check_author.yml @@ -45,7 +45,6 @@ jobs: pr_author: ${{ github.event.pull_request.user.login }} with: script: | - try { const app_commits = await github.rest.repos.listCommits({ owner: 'w3f', repo: 'Grants-Program', @@ -57,4 +56,3 @@ jobs: if (!app_authors.includes(process.env.pr_author)) { core.setFailed('PR author does not match any application author.'); } - }