Skip to content

Commit

Permalink
chore(CI): remove the "Check issue" from Standardization Lint (#1652)
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
acelyc111 authored Oct 23, 2023
1 parent 36d8be4 commit cacd0a8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/standardization_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cacd0a8

Please sign in to comment.