From 3de683b73dff8da6ba3dcce9032480302206c263 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 28 Mar 2024 00:04:14 +0300 Subject: [PATCH] Cleanup the title for PR --- .github/workflows/code-style.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index aafdce5..b2b9da0 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -77,7 +77,7 @@ jobs: branch: code-style branch-suffix: random delete-branch: true - title: "[code-style]: 🦋 The code style has been fixed" + title: "🦋 The code style has been fixed" commit-message: 🦋 The code style has been fixed body: The code style has been fixed labels: code-style diff --git a/README.md b/README.md index 6632659..6831a83 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ jobs: branch: code-style branch-suffix: random delete-branch: true - title: "[code-style]: 🦋 The code style has been fixed" + title: "🦋 The code style has been fixed" commit-message: 🦋 The code style has been fixed body: The code style has been fixed labels: code-style