Skip to content

Commit

Permalink
Merge branch 'gh-actions-test-branch' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
notzomars authored Oct 15, 2024
2 parents 3f3716e + 1fbe833 commit a5a1397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/re-draft-on-changes-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
repo: context.repo.repo,
pull_number,
});
if (!pullRequest.data.node_id) throw new Error(`pullRequestId no found for '${pull_number}'`);
return pullRequest.data.node_id;
if (!pullRequest.data.id) throw new Error(`pullRequestId no found for '${pull_number}'`);
return pullRequest.data.id;
}
const query = `
mutation($id: ID!) {
Expand Down

0 comments on commit a5a1397

Please sign in to comment.