From a7e6288c4ddbddb00c02a440358ee69570ad91c6 Mon Sep 17 00:00:00 2001 From: Ze-Zheng Wu Date: Thu, 11 Apr 2024 15:39:15 +0800 Subject: [PATCH] chore(ci): change PR commit title (#29) --- .github/workflows/update-contributors.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-contributors.yaml b/.github/workflows/update-contributors.yaml index 88f0df922..0578ee8d0 100644 --- a/.github/workflows/update-contributors.yaml +++ b/.github/workflows/update-contributors.yaml @@ -29,7 +29,7 @@ jobs: with: branch: chore/update-contributors author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" - title: "chore(website): update contributors" - commit-message: "chore(website): update contributors" + title: "chore(ci): update contributors" + commit-message: "chore(ci): update contributors" body: "" labels: CI-Contributors