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

bug: Process terminate with UnhandledPromiseRejectionWarning #518

Open
4 tasks done
peaceiris opened this issue Oct 2, 2021 · 0 comments
Open
4 tasks done

bug: Process terminate with UnhandledPromiseRejectionWarning #518

peaceiris opened this issue Oct 2, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@peaceiris
Copy link
Owner

peaceiris commented Oct 2, 2021

Checklist

  • I am using the latest version of this action.
  • I have read the latest README and followed the instructions.
  • I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
  • I have set RUNNER_DEBUG: 1 for debugging.

Describe the bug

https://github.com/peaceiris/playground-actions/runs/3775245839?check_suite_focus=true

Relevant links

Public repository:
YAML config:
YAML workflow: https://github.com/peaceiris/playground-actions/blob/b33d7022d0c03b1ab7cb840bd63db625dc09f382/.github/workflows/label-commenter.yml

Relevant log output

Run peaceiris/actions-label-commenter@c2d00660c86f2b9ed0fb35b372c451558eba85b3
(node:1492) UnhandledPromiseRejectionWarning: Error: Resource not accessible by integration
    at Issue.convertPullRequestToDraft (/home/runner/work/_actions/peaceiris/actions-label-commenter/c2d00660c86f2b9ed0fb35b372c451558eba85b3/webpack:/actions-label-commenter/src/classes/issue.ts:200:1)
    at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:1492) 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)
Version 6a5e75862c79ac87748dc7e71c43b7ab5cb0def0
Usage peaceiris/actions-label-commenter#readme
Dump GitHub context
...

Additional context.

@peaceiris peaceiris added the bug Something isn't working label Oct 2, 2021
@peaceiris peaceiris self-assigned this Oct 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant