From 10379acc8712850e4e6abfaf1a311e91989ce1b1 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Thu, 19 Oct 2023 21:46:05 +0900 Subject: [PATCH 1/4] Fix CI failing --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 8b698ae3c80..a2746404932 100644 --- a/action.yml +++ b/action.yml @@ -35,6 +35,9 @@ runs: steps: - name: black run: | + # Even when black fails, do not close the shell + set +e + if [ "$RUNNER_OS" == "Windows" ]; then runner="python" else From 94ef0de003dfd6a6796d7b190618641b2910489c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:48:47 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a2746404932..eedb9bb2f1c 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: run: | # Even when black fails, do not close the shell set +e - + if [ "$RUNNER_OS" == "Windows" ]; then runner="python" else From ec6de4e3b65822091dc239d55d4b6575fb7415ce Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Fri, 20 Oct 2023 01:05:37 +0900 Subject: [PATCH 3/4] docs: update CHANGES.md --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2a50e456550..f411e47d087 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -47,6 +47,12 @@ +## 23.10.1 + +### Integrations + +- Fix the action failing when Black check doesn't pass (#3957) + ## 23.10.0 ### Stable style From 329728e5e4ebf0623030ae6cbec135ef25bbf4e1 Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Fri, 20 Oct 2023 02:25:13 +0900 Subject: [PATCH 4/4] docs: fix changelog location to unreleased --- CHANGES.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f411e47d087..fe76a2c7ae7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,17 +42,13 @@ +- Fix the action failing when Black check doesn't pass (#3957) + ### Documentation -## 23.10.1 - -### Integrations - -- Fix the action failing when Black check doesn't pass (#3957) - ## 23.10.0 ### Stable style