From 1432a31abc7c5bd89670c8c6e6cec3d67848b55a Mon Sep 17 00:00:00 2001 From: Mikael Mello Date: Thu, 4 Jan 2024 03:28:03 -0800 Subject: [PATCH 1/3] Upgrade changed-files action to v41 --- .github/workflows/changelog-check.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/changelog-check.yml b/.github/workflows/changelog-check.yml index c1123ba9..5ba0c279 100644 --- a/.github/workflows/changelog-check.yml +++ b/.github/workflows/changelog-check.yml @@ -21,17 +21,10 @@ jobs: - uses: actions/checkout@v3 if: fromJSON(env.CHANGELOG_REQUIRED) - # Example 1 - - name: Get changed files - if: fromJSON(env.CHANGELOG_REQUIRED) - id: changed-files - uses: tj-actions/changed-files@v35 - - # Example 2 - name: Get changed files in the docs folder if: fromJSON(env.CHANGELOG_REQUIRED) id: changelog-changed - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: CHANGELOG.md From 3009c984b8cc5bcaebf275597168ef7792bb11d7 Mon Sep 17 00:00:00 2001 From: Mikael Mello Date: Thu, 4 Jan 2024 03:29:10 -0800 Subject: [PATCH 2/3] test --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b04f8c7..74eea6ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Features -- Add one-liner helpers for quick scripts. [#144](https://github.com/mikaelmello/inquire/pull/144). +- Add one-li ner helpers for quick scripts. [#144](https://github.com/mikaelmello/inquire/pull/144). - **Breaking**. Allow lifetime customization of RenderConfig. [#101](https://github.com/mikaelmello/inquire/pull/101). Thanks to @arturfast for the suggestion [#95](https://github.com/mikaelmello/inquire/issues/95). - Add new option on MultiSelect prompts to set all options to be selected by default. Thanks to @conikeec for the suggestion (#151)! - **Breaking**. Improved user experience on Password prompts. When there is a validation error, the input is cleared if the password is rendered using the `Hidden` display mode, matching the user expectation of having to write the password from scratch again. Thanks to @CM-IV for the questions on #149! From 2e5c8a0e91943d8ac0db7a19ae15cbc9dab03a1d Mon Sep 17 00:00:00 2001 From: Mikael Mello Date: Thu, 4 Jan 2024 03:32:21 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74eea6ee..7b04f8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ ### Features -- Add one-li ner helpers for quick scripts. [#144](https://github.com/mikaelmello/inquire/pull/144). +- Add one-liner helpers for quick scripts. [#144](https://github.com/mikaelmello/inquire/pull/144). - **Breaking**. Allow lifetime customization of RenderConfig. [#101](https://github.com/mikaelmello/inquire/pull/101). Thanks to @arturfast for the suggestion [#95](https://github.com/mikaelmello/inquire/issues/95). - Add new option on MultiSelect prompts to set all options to be selected by default. Thanks to @conikeec for the suggestion (#151)! - **Breaking**. Improved user experience on Password prompts. When there is a validation error, the input is cleared if the password is rendered using the `Hidden` display mode, matching the user expectation of having to write the password from scratch again. Thanks to @CM-IV for the questions on #149!