This is an automated email from the ASF dual-hosted git repository. shown pushed a commit to branch yuluo-yx-patch-2 in repository https://gitbox.apache.org/repos/asf/hertzbeat-collector-go.git
commit 3ccd86ab1601635f8fd46e81a229699951363c3e Author: shown <yuluo08290...@gmail.com> AuthorDate: Tue Sep 9 23:12:47 2025 +0800 Change requireScope from true to false --- .github/workflows/lint-pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 57da716..8b5c2fc 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -51,7 +51,7 @@ jobs: community # e.g. feat(core): add new feature # if false: feat: add new feature - requireScope: true + requireScope: false disallowScopes: | [A-Z]+ subjectPattern: ^(?![A-Z]).+$ --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org