Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error mapping pending status to the CheckSuiteStatus enum's keys #12

Open
KyleThen opened this issue Jan 7, 2022 · 0 comments
Open

Comments

@KyleThen
Copy link

KyleThen commented Jan 7, 2022

Received an error during the run of the action

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.
@KyleThen 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant