You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wa...@apache.org on 2022/11/30 10:09:54 UTC

[incubator-pegasus] branch master updated: chore(action): support checking issue number prefixed with '#' in github actions for PRs (#1270)

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 <wa...@apache.org>
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: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org