What happened?
This is related to octokit/request.js#797
If you pass in a bigint value for a placeholder (e.g. POST /app/hook/deliveries/{delivery_id}/attempts), it gets stripped out of the resulting URL (/app/hook/deliveries//attempts). Since certain endpoints may expect large integers, octokit should handle them correctly
Versions
Octokit.js v7.0.6, Node.js v22.21.1
Relevant log output
Code of Conduct
What happened?
This is related to octokit/request.js#797
If you pass in a bigint value for a placeholder (e.g.
POST /app/hook/deliveries/{delivery_id}/attempts), it gets stripped out of the resulting URL (/app/hook/deliveries//attempts). Since certain endpoints may expect large integers, octokit should handle them correctlyVersions
Octokit.js v7.0.6, Node.js v22.21.1
Relevant log output
Code of Conduct