Skip to content

Fix get commit function that was returning an array #107

Fix get commit function that was returning an array

Fix get commit function that was returning an array #107

Triggered via pull request December 6, 2024 21:37
@klutchellklutchell
synchronize #14
develop
Status Cancelled
Total duration 1h 43m 25s
Artifacts 3

flowzone.yml

on: pull_request
Matrix: Flowzone / Event Types
Flowzone  /  Versioned source
23s
Flowzone / Versioned source
Flowzone  /  actionlint
6s
Flowzone / actionlint
Flowzone  /  octoscan
16s
Flowzone / octoscan
Flowzone  /  File list
2s
Flowzone / File list
Flowzone  /  Clean GitHub release
0s
Flowzone / Clean GitHub release
Flowzone  /  Is custom
4s
Flowzone / Is custom
Flowzone  /  Is rust
9s
Flowzone / Is rust
Flowzone  /  Is npm
10s
Flowzone / Is npm
Flowzone  /  Is python
4s
Flowzone / Is python
Flowzone  /  Is docker
14s
Flowzone / Is docker
Flowzone  /  Generate release notes
5s
Flowzone / Generate release notes
Flowzone  /  Is balena
0s
Flowzone / Is balena
Flowzone  /  Is website
0s
Flowzone / Is website
Flowzone  /  Is CloudFormation
0s
Flowzone / Is CloudFormation
Flowzone  /  Pre-commit hooks
0s
Flowzone / Pre-commit hooks
Matrix: Flowzone / Test custom
Matrix: Flowzone / Clean custom
Matrix: Flowzone / Finalize custom
Matrix: Flowzone / Test rust
Flowzone  /  Finalize rust
0s
Flowzone / Finalize rust
Matrix: Flowzone / Test npm
Flowzone  /  Finalize npm
0s
Flowzone / Finalize npm
Flowzone  /  Finalize npm docs
0s
Flowzone / Finalize npm docs
Matrix: Flowzone / Test python poetry
Flowzone  /  Finalize python
0s
Flowzone / Finalize python
Matrix: Flowzone / Test docker
Matrix: Flowzone / Finalize docker
Flowzone  /  Prepare deploy message
0s
Flowzone / Prepare deploy message
Flowzone  /  Finalize GitHub release
0s
Flowzone / Finalize GitHub release
Matrix: Flowzone / Finalize balena
Matrix: Flowzone / Test CloudFormation
Matrix: Flowzone / Finalize CloudFormation
Flowzone  /  Generate SBOM for cargo
0s
Flowzone / Generate SBOM for cargo
Flowzone  /  Generate SBOM for NPM
0s
Flowzone / Generate SBOM for NPM
Flowzone  /  Generate SBOM for python
0s
Flowzone / Generate SBOM for python
Matrix: Flowzone / Publish custom
Matrix: Flowzone / Publish rust
Flowzone  /  Publish npm
0s
Flowzone / Publish npm
Flowzone  /  Publish to test PyPI
0s
Flowzone / Publish to test PyPI
Matrix: Flowzone / Publish balena
Flowzone  /  Publish website
0s
Flowzone / Publish website
Matrix: Flowzone / Publish docker
Flowzone  /  All tests
0s
Flowzone / All tests
Matrix: Flowzone / Always custom
Flowzone  /  Publish Github release
0s
Flowzone / Publish Github release
Flowzone  /  All jobs
0s
Flowzone / All jobs
Flowzone  /  Auto-merge
0s
Flowzone / Auto-merge
Fit to window
Zoom out
Zoom in

Annotations

35 errors and 1 warning
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment authored by bypass user: tests/handlers/deployment-protection-rule.test.ts#L71
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:71:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles undefined BYPASS_ACTORS: tests/handlers/deployment-protection-rule.test.ts#L129
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:129:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles empty BYPASS_ACTORS: tests/handlers/deployment-protection-rule.test.ts#L157
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:157:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles multiple BYPASS_ACTORS values: tests/handlers/deployment-protection-rule.test.ts#L179
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:179:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment for APPROVED pull request review: tests/handlers/deployment-protection-rule.test.ts#L212
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:212:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment for COMMENTED pull request review: tests/handlers/deployment-protection-rule.test.ts#L245
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:245:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > ignores reviews by commit author: tests/handlers/deployment-protection-rule.test.ts#L280
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:280:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > ignores reviews by commit committer: tests/handlers/deployment-protection-rule.test.ts#L315
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:315:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > creates instructional comment for CHANGES_REQUESTED pull request review: tests/handlers/deployment-protection-rule.test.ts#L350
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:350:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > avoids creating duplicate comments: tests/handlers/deployment-protection-rule.test.ts#L380
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:380:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/18.20.5 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment authored by bypass user: tests/handlers/deployment-protection-rule.test.ts#L71
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:71:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles undefined BYPASS_ACTORS: tests/handlers/deployment-protection-rule.test.ts#L129
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:129:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles empty BYPASS_ACTORS: tests/handlers/deployment-protection-rule.test.ts#L157
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:157:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles multiple BYPASS_ACTORS values: tests/handlers/deployment-protection-rule.test.ts#L179
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:179:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment for APPROVED pull request review: tests/handlers/deployment-protection-rule.test.ts#L212
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:212:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment for COMMENTED pull request review: tests/handlers/deployment-protection-rule.test.ts#L245
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:245:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > ignores reviews by commit author: tests/handlers/deployment-protection-rule.test.ts#L280
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:280:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > ignores reviews by commit committer: tests/handlers/deployment-protection-rule.test.ts#L315
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:315:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > creates instructional comment for CHANGES_REQUESTED pull request review: tests/handlers/deployment-protection-rule.test.ts#L350
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:350:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > avoids creating duplicate comments: tests/handlers/deployment-protection-rule.test.ts#L380
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:95:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:380:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/20.18.1 (linux; x64)"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:95:5)\n at
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment authored by bypass user: tests/handlers/deployment-protection-rule.test.ts#L71
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:71:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/a
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles undefined BYPASS_ACTORS: tests/handlers/deployment-protection-rule.test.ts#L129
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:129:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles empty BYPASS_ACTORS: tests/handlers/deployment-protection-rule.test.ts#L157
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:157:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > handles multiple BYPASS_ACTORS values: tests/handlers/deployment-protection-rule.test.ts#L179
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:179:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment for APPROVED pull request review: tests/handlers/deployment-protection-rule.test.ts#L212
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:212:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > approves deployment for COMMENTED pull request review: tests/handlers/deployment-protection-rule.test.ts#L245
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:245:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > ignores reviews by commit author: tests/handlers/deployment-protection-rule.test.ts#L280
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:280:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > ignores reviews by commit committer: tests/handlers/deployment-protection-rule.test.ts#L315
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:315:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > creates instructional comment for CHANGES_REQUESTED pull request review: tests/handlers/deployment-protection-rule.test.ts#L350
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:350:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
tests/handlers/deployment-protection-rule.test.ts > Deployment Protection Rule Handler > avoids creating duplicate comments: tests/handlers/deployment-protection-rule.test.ts#L380
AggregateError: HttpError: Nock: No match for request { "method": "GET", "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha", "headers": { "accept": "application/vnd.github.v3+json", "authorization": "token test", "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22" } } at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11 at processTicksAndRejections (node:internal/process/task_queues:105:5) at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12) at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18) ❯ node_modules/@octokit/request/dist-node/index.js:157:11 ❯ sendRequestWithRetries node_modules/@octokit/auth-app/dist-node/index.js:411:12 ❯ Job.doExecute node_modules/bottleneck/light.js:405:18 ❯ node_modules/@octokit/webhooks/dist-node/index.js:431:19 ❯ tests/handlers/deployment-protection-rule.test.ts:380:3 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { _errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/auth-app/dist-node/index.js:411:12)\n at Job.doExecute (/home/runner/work/deploynaut/deploynaut/node_modules/bottleneck/light.js:405:18)', message: 'Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}', name: 'HttpError', status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/test-org/test-repo/commits/test-sha', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/13.3.8 octokit-core.js/5.2.0 Node.js/22', authorization: 'token [REDACTED]' }, request: { hook: 'Function<bound bound register>' } }, code: 500, headers: {}, event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, constructor: 'Function<RequestError>', toString: 'Function<toString>' } ], event: { name: 'deployment_protection_rule', payload: { action: 'requested', environment: 'test', event: 'pull_request', deployment_callback_url: 'https://api.github.com/repos/test-org/test-repo/actions/runs/1234/deployment_protection_rule', deployment: { sha: 'test-sha' }, installation: { id: 12345678 }, repository: { owner: { login: 'test-org' }, name: 'test-repo' }, pull_requests: [ { number: 123 } ] } }, errors: [ { stack: 'HttpError: Nock: No match for request {\n "method": "GET",\n "url": "https://api.github.com/repos/test-org/test-repo/commits/test-sha",\n "headers": {\n "accept": "application/vnd.github.v3+json",\n "authorization": "token test",\n "user-agent": "probot/13.3.8 octokit-core.js/5.2.0 Node.js/22"\n }\n}\n at /home/runner/work/deploynaut/deploynaut/node_modules/@octokit/request/dist-node/index.js:157:11\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at sendRequestWithRetries (/home/runner/work/deploynaut/deploynaut/node_modules/@octokit/
Flowzone / Test docker (default, linux/amd64, self-hosted, X64, amd64, default)
Process completed with exit code 1.
Flowzone / Test custom (test)
Canceling since a higher priority waiting request for 'Flowzone-refs/pull/14/merge' exists
Flowzone / All tests
Process completed with exit code 1.
Flowzone / All jobs
Process completed with exit code 1.
Flowzone / Event Types (pull_request, synchronize)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
product-os~deploynaut~7FS3DJ.dockerbuild
30.3 KB
product-os~deploynaut~XJ9S5A.dockerbuild
31.3 KB
release-notes Expired
321 Bytes