Closed
Description
Background
- In the current version, the code is written in Javascript. Our other actions are written in Python.
- Action is not optimized to keep the lowest possible API requests.
Feature
- Migrate action from node.js to composite type.
- Introducing PyGithub lib to replace the request base solution used in another GH Action PoC.
- Refactor code to reach the lowest possible count of API calls.