googleapis / google-cloud-node

Google Cloud Client Library for Node.js
https://cloud.google.com/nodejs
Apache License 2.0
2.87k stars 584 forks source link

chore: fix issue closing script #5460

Closed sofisl closed 1 month ago

sofisl commented 1 month ago
  1. I think the script is failing because we aren't including an issue number
    status: 404,
    response: {
    url: 'https://api.github.com/repos/googleapis/google-cloud-node/issues/',
    status: 404,

(this should have an issue number at the end)

  1. Forgot to pass parameters
  2. we should make sure the issue is a bug, we don't want to look for links where we aren't expecting them.