We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
marocchino/sticky-pull-request-comment
1 parent 192ba37 commit c027ffcCopy full SHA for c027ffc
1 file changed
.github/workflows/lib-deps-check.yaml
@@ -98,7 +98,7 @@ jobs:
98
99
- name: Post comment
100
if: steps.deps-check.outputs.deps_output != ''
101
- uses: marocchino/sticky-pull-request-comment@v3
+ uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
102
with:
103
header: lib-deps-check
104
number: ${{ github.event.pull_request.number }}
@@ -115,7 +115,7 @@ jobs:
115
116
- name: Remove comment if no Lib changes
117
if: steps.changed-files.outputs.modules == ''
118
119
120
121
0 commit comments