File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -79,18 +79,18 @@ jobs:
7979 post-new-comment : true
8080 comment-title : " Test Results"
8181
82- - name : Comment to issue
83- if : ${{ !cancelled() && (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') }}
84- uses : actions-cool/issues-helper@v3
85- with :
86- actions : " create-comment"
87- token : ${{ secrets.GH_PAT_GRAINED }}
88- issue-number : ${{ github.event.pull_request.number }}
89- body : |
90- ## Test Results
91-
92- ### Tests
93-
94- | :clipboard: Total | :heavy_check_mark: Passed | :x: Failed | :warning: Skipped |
95- |-------------------|---------------------------|------------|-------------------|
96- | ${{ steps.test-report.outputs.tests-total }} | ${{ steps.test-report.outputs.tests-passed }} | ${{ steps.test-report.outputs.tests-failed }} | ${{ steps.test-report.outputs.tests-skipped }} |
82+ # - name: Comment to issue
83+ # if: ${{ !cancelled() && (github.event_name == 'pull_request_target' || github.event_name == 'pull_request') }}
84+ # uses: actions-cool/issues-helper@v3
85+ # with:
86+ # actions: "create-comment"
87+ # token: ${{ secrets.GH_PAT_GRAINED }}
88+ # issue-number: ${{ github.event.pull_request.number }}
89+ # body: |
90+ # ## Test Results
91+
92+ # ### Tests
93+
94+ # | :clipboard: Total | :heavy_check_mark: Passed | :x: Failed | :warning: Skipped |
95+ # |-------------------|---------------------------|------------|-------------------|
96+ # | ${{ steps.test-report.outputs.tests-total }} | ${{ steps.test-report.outputs.tests-passed }} | ${{ steps.test-report.outputs.tests-failed }} | ${{ steps.test-report.outputs.tests-skipped }} |
You can’t perform that action at this time.
0 commit comments