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 <[email protected]>
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/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- ticketPrefix: '#'
+ titleFormat: '%title%'
+ quiet: true
bodyURLRegex:
'http(s?):\/\/(github.com)(\/apache)(\/incubator-pegasus)(\/issues)\/\d+'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]