Skip to content

Commit fc3603e

Browse files
committed
[Bug][GH] Remove auto commenting feature
1 parent 9444c96 commit fc3603e

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/application.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -110,21 +110,6 @@ jobs:
110110
id: composer_diff
111111
with:
112112
base: old-composer.lock
113-
114-
-
115-
name: Show diff in comment to PR
116-
uses: marocchino/sticky-pull-request-comment@v2
117-
if: ${{ steps.composer_diff.outputs.composer_diff_exit_code != 0 }}
118-
with:
119-
recreate: true
120-
header: composer-diff # Creates a collapsed comment with the report
121-
message: |
122-
<details>
123-
<summary>Composer package changes</summary>
124-
125-
${{ steps.composer_diff.outputs.composer_diff }}
126-
127-
</details>
128113

129114
-
130115
name: Check for security vulnerabilities

0 commit comments

Comments
 (0)