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

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


The following commit(s) were added to refs/heads/v2.5 by this push:
     new cc68d0933 chore(CI): remove the "Check issue" from Standardization 
Lint (cherry-pick #1652) (#1653)
cc68d0933 is described below

commit cc68d0933198ca0d1ede68bf73c7d655f8b6004a
Author: Dan Wang <[email protected]>
AuthorDate: Mon Oct 23 17:15:19 2023 +0800

    chore(CI): remove the "Check issue" from Standardization Lint (cherry-pick 
#1652) (#1653)
    
    https://github.com/apache/incubator-pegasus/issues/1551
    
    Remove the "Check issue" from Standardization Lint because it makes other
    linter failed becuse the action `neofinancial/[email protected]`
    is not allowed for Apache repos.
    
    In fact, the issue checker is just an optional, we shall keep the pull
    requests description clarify when submit or update, but an issue link is
    not necessary.
    
    This PR is to cherry-pick #1652 into v2.5 to solve issue #1551.
---
 .github/workflows/standardization_lint.yaml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/.github/workflows/standardization_lint.yaml 
b/.github/workflows/standardization_lint.yaml
index ef94b8995..66bcd1627 100644
--- a/.github/workflows/standardization_lint.yaml
+++ b/.github/workflows/standardization_lint.yaml
@@ -50,18 +50,6 @@ jobs:
       - uses: actions/checkout@v3
       - uses: gaurav-nelson/[email protected]
 
-  related_issue:
-    name: Check issue
-    runs-on: ubuntu-latest
-    steps:
-      - uses: neofinancial/[email protected]
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
-          titleFormat: '%title%'
-          quiet: true
-          bodyRegex: '#(\d+)'
-          bodyURLRegex: 
'http(s?):\/\/(github.com)(\/apache)(\/incubator-pegasus)(\/issues)\/\d+'
-
   dockerfile_linter:
     name: Lint Dockerfile
     runs-on: ubuntu-latest


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

Reply via email to