You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run jitterbit/await-check-suites@v1
(node:1503) UnhandledPromiseRejectionWarning: Error: Check suite status 'pending' ('undefined') can't be mapped to one of the CheckSuiteStatus enum's keys. Please submit an issue on this action's GitHub repo.
at /home/runner/work/_actions/jitterbit/await-check-suites/v1/dist/index.js:25679:23
at Array.reduce (<anonymous>)
at getHighestPriorityCheckSuiteStatus (/home/runner/work/_actions/jitterbit/await-check-suites/v1/dist/index.js:25676:10)
at /home/runner/work/_actions/jitterbit/await-check-suites/v1/dist/index.js:25628:53
at Generator.next (<anonymous>)
at fulfilled (/home/runner/work/_actions/jitterbit/await-check-suites/v1/dist/index.js:25457:58)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:1503) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:1503) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
The text was updated successfully, but these errors were encountered:
KyleThen
changed the title
Error mapping status to the CheckSuiteStatus enum's keys
Error mapping pending status to the CheckSuiteStatus enum's keys
Jan 7, 2022
Received an error during the run of the action
The text was updated successfully, but these errors were encountered: