You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-09 01:42:00 +03:00
A new release of the `arduino/library-manager-submission-parser` tool used by the "Manage PRs" workflow has been made. This release fixes a bug that caused pull requests that consisted only of newlines to be incorrectly classified as "modification", resulting in an unexpected failure of the workflow run due to there being no library URLs to populate the `check-submissions` job matrix: ``` Error when evaluating 'strategy' for job 'check-submissions'. (Line: 219, Col: 21): Unexpected value '' ``` These pull requests will now be assigned the appropriate "other" request type and the workflow run will pass as expected, requesting the necessary manual review from a maintainer.