From fa2bb2b4b88ed0a43db53dc87120ca4ea36e62c6 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 25 Aug 2021 21:13:16 -0700 Subject: [PATCH] Bump `arduino/library-manager-submission-parser` version 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. --- .github/workflows/manage-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manage-prs.yml b/.github/workflows/manage-prs.yml index f3a18b93..cabbb2d6 100644 --- a/.github/workflows/manage-prs.yml +++ b/.github/workflows/manage-prs.yml @@ -1,7 +1,7 @@ name: Manage PRs env: - SUBMISSION_PARSER_VERSION: 1.1.0 # See: https://github.com/arduino/library-manager-submission-parser/releases + SUBMISSION_PARSER_VERSION: 1.1.1 # See: https://github.com/arduino/library-manager-submission-parser/releases MAINTAINERS: | # GitHub user names to request reviews from in cases where PRs can't be managed automatically. - per1234