This is an automated email from the ASF dual-hosted git repository. ronething pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push: new 0a4e05c0 chore(ci): remove add-pr-comment step (#2463) 0a4e05c0 is described below commit 0a4e05c009e4786e36c896666c3a5ffb40112aca Author: Ashing Zheng <axing...@gmail.com> AuthorDate: Tue Jul 8 10:52:04 2025 +0800 chore(ci): remove add-pr-comment step (#2463) Signed-off-by: ashing <axing...@gmail.com> --- .github/actions/add-pr-comment | 1 - .github/workflows/apisix-conformance-test.yml | 8 -------- .gitmodules | 3 --- 3 files changed, 12 deletions(-) diff --git a/.github/actions/add-pr-comment b/.github/actions/add-pr-comment deleted file mode 160000 index dd126dd8..00000000 --- a/.github/actions/add-pr-comment +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dd126dd8c253650d181ad9538d8b4fa218fc31e8 diff --git a/.github/workflows/apisix-conformance-test.yml b/.github/workflows/apisix-conformance-test.yml index a9ca2497..8549fb19 100644 --- a/.github/workflows/apisix-conformance-test.yml +++ b/.github/workflows/apisix-conformance-test.yml @@ -127,11 +127,3 @@ jobs: echo '```yaml' >> report.md cat apisix-ingress-controller-conformance-report.yaml >> report.md echo '```' >> report.md - - - name: Report Conformance Test Result to PR Comment - if: ${{ github.event_name == 'pull_request' }} - uses: ./.github/actions/add-pr-comment - with: - message-id: 'apisix-conformance-test-report-${{ matrix.provider_type }}' - message-path: | - report.md diff --git a/.gitmodules b/.gitmodules index ff01dee1..88d541c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -21,6 +21,3 @@ [submodule ".github/actions/markdown-link-check"] path = .github/actions/markdown-link-check url = https://github.com/gaurav-nelson/github-action-markdown-link-check.git -[submodule ".github/actions/add-pr-comment"] - path = .github/actions/add-pr-comment - url = https://github.com/mshick/add-pr-comment.git