Get the PR info by ID or associated commit @goruha (#12)
## What * Extend GHA to support retrieving PR by ID * Replaced usage of npm with yarn * Added tests for getting PR by PR ID * Copy `package.json` and `jest` configs from cloudposse typescript actionsWhy
- Working with issue comments, we have PR ID instead of commit SHA in the context.
- Standardazise toolchain
- Improve test coverage
- Standardazise config and workflows