Skip to content

Commit

Permalink
Update check_author.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PieWol authored Apr 28, 2024
1 parent 8655266 commit 8c83cf1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check_author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -57,4 +56,3 @@ jobs:
if (!app_authors.includes(process.env.pr_author)) {
core.setFailed('PR author does not match any application author.');
}
}

0 comments on commit 8c83cf1

Please sign in to comment.