From cc68d0933198ca0d1ede68bf73c7d655f8b6004a Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Mon, 23 Oct 2023 17:15:19 +0800 Subject: [PATCH] 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/ticket-check-action@v1.3.0` 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 ef94b89951..66bcd16276 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/github-action-markdown-link-check@1.0.13 - related_issue: - name: Check issue - runs-on: ubuntu-latest - steps: - - uses: neofinancial/ticket-check-action@v1.3.0 - 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