This is an automated email from the ASF dual-hosted git repository.
wangdan 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 cacd0a8d8 chore(CI): remove the "Check issue" from Standardization
Lint (#1652)
cacd0a8d8 is described below
commit cacd0a8d8cd427f1ed45e3ab02319afdc847115a
Author: Yingchun Lai <[email protected]>
AuthorDate: Mon Oct 23 16:03:31 2023 +0800
chore(CI): remove the "Check issue" from Standardization Lint (#1652)
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.
---
.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]