This is an automated email from the ASF dual-hosted git repository.

liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hertzbeat-collector-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 769037b  Change requireScope from true to false (#15)
769037b is described below

commit 769037b57dae0330fe90d26c114c463840502a60
Author: shown <[email protected]>
AuthorDate: Wed Sep 10 20:36:25 2025 +0800

    Change requireScope from true to false (#15)
---
 .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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to