We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab473ac commit 3432c12Copy full SHA for 3432c12
1 file changed
project/.github/workflows/build.yaml.jinja
@@ -133,7 +133,7 @@ jobs:
133
{% raw %}if: ${{ always() && github.event_name == 'pull_request' && github.event.workflow_run.conclusion != 'skipped' && runner.os == 'Linux' }}{% endraw %}
134
135
- name: Add coverage PR comment
136
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: marocchino/sticky-pull-request-comment@v3
137
{% raw %}with:
138
header: Code Coverage ${{ runner.os }} ${{ matrix.python-version }}
139
message: |
0 commit comments