Skip to content

Commit

Permalink
draft:false
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Sep 20, 2024
1 parent abeab49 commit db2cd53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
const { data: pullRequests } = await github.rest.pulls.list({
owner: context.repo.owner,
repo: context.repo.repo,
state: 'open'
draft: false,
state: 'open',
draft: false
});
console.log(JSON.stringify(pullRequests, null, 2));
Expand Down

0 comments on commit db2cd53

Please sign in to comment.