Skip to content

Commit 0a4e05c

Browse files
authored
chore(ci): remove add-pr-comment step (#2463)
Signed-off-by: ashing <[email protected]>
1 parent f27bbfc commit 0a4e05c

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/actions/add-pr-comment

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/apisix-conformance-test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,3 @@ jobs:
127127
echo '```yaml' >> report.md
128128
cat apisix-ingress-controller-conformance-report.yaml >> report.md
129129
echo '```' >> report.md
130-
131-
- name: Report Conformance Test Result to PR Comment
132-
if: ${{ github.event_name == 'pull_request' }}
133-
uses: ./.github/actions/add-pr-comment
134-
with:
135-
message-id: 'apisix-conformance-test-report-${{ matrix.provider_type }}'
136-
message-path: |
137-
report.md

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,3 @@
2121
[submodule ".github/actions/markdown-link-check"]
2222
path = .github/actions/markdown-link-check
2323
url = https://github.com/gaurav-nelson/github-action-markdown-link-check.git
24-
[submodule ".github/actions/add-pr-comment"]
25-
path = .github/actions/add-pr-comment
26-
url = https://github.com/mshick/add-pr-comment.git

0 commit comments

Comments
 (0)