After the release of v1.0.6, please see the GitHub release notes for the action in order to view the most up-to-date changes.
- Dependency update: undici security release
- Replace fetch-mock with MSW for mocking requests in tests.
- Update action specification to node.js 20 and update actions/github lib.
- Update to node.js 20 and unpin @actions packages.
- Refactoring. Extract GraphQL calls to dedicated class and re-write tests replacing nock by fetch-mock for node.js versions larger than v16.
- Bug fix. The action when run again no longer assigns PRs to projects that have already been assigned. As a consequence the status field no longer changes to the default "Todo" when the action is triggered twice.
- Initial release