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

wangdan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 5229a614c chore(action): support checking issue number prefixed with 
'#' in github actions for PRs (#1270)
5229a614c is described below

commit 5229a614cfdc1c4ec0aa9784e4bdd849b9f29cc4
Author: Dan Wang <[email protected]>
AuthorDate: Wed Nov 30 18:09:48 2022 +0800

    chore(action): support checking issue number prefixed with '#' in github 
actions for PRs (#1270)
---
 .github/workflows/standardization_lint.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/standardization_lint.yaml 
b/.github/workflows/standardization_lint.yaml
index 75f394405..623a50006 100644
--- a/.github/workflows/standardization_lint.yaml
+++ b/.github/workflows/standardization_lint.yaml
@@ -59,6 +59,7 @@ jobs:
           token: ${{ secrets.GITHUB_TOKEN }}
           titleFormat: '%title%'
           quiet: true
+          bodyRegex: '#(\d+)'
           bodyURLRegex: 
'http(s?):\/\/(github.com)(\/apache)(\/incubator-pegasus)(\/issues)\/\d+'
 
   dockerfile_linter:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to