Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
itstrueitstrueitsrealitsreal authored Jul 28, 2024
1 parent 0cba0d9 commit 595a111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
const issueNumber = extractIssueNumber(pr.data.body)
if (issueNumber) {
const issue = await github.rest.issues.get({
owner: context.repo.owner,
repo: context.repo.repo,
owner: 'TEAMMATES',
repo: 'teammates',
issue_number: issueNumber
});
const isIssueOpen = issue.data.state === 'open'
Expand Down

0 comments on commit 595a111

Please sign in to comment.