You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by ji...@apache.org on 2022/03/30 06:59:00 UTC

[incubator-pegasus] branch master updated: fix: update issue-ref github action title format (#937)

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

jiashuo 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 5cb5caa  fix: update issue-ref github action title format (#937)
5cb5caa is described below

commit 5cb5caadd474f580b8c1bce2950913483514910e
Author: Jiashuo <js...@live.com>
AuthorDate: Wed Mar 30 14:58:54 2022 +0800

    fix: update issue-ref github action title format (#937)
---
 .github/workflows/ci-pull-request-issue.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci-pull-request-issue.yaml b/.github/workflows/ci-pull-request-issue.yaml
index 8d4a48b..40aeba4 100644
--- a/.github/workflows/ci-pull-request-issue.yaml
+++ b/.github/workflows/ci-pull-request-issue.yaml
@@ -33,5 +33,6 @@ jobs:
         uses: neofinancial/ticket-check-action@v1.3.0
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-          ticketPrefix: '#'
+          titleFormat: '%title%'
+          quiet: true
           bodyURLRegex: 'http(s?):\/\/(github.com)(\/apache)(\/incubator-pegasus)(\/issues)\/\d+'

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org