diff --git a/.github/workflows/pr-etiquette.yml b/.github/workflows/pr-etiquette.yml index ede9cbd0da40..23fddda56020 100644 --- a/.github/workflows/pr-etiquette.yml +++ b/.github/workflows/pr-etiquette.yml @@ -28,7 +28,7 @@ jobs: return String(data.status === 'diverged'); - if: steps.check.outputs.result == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: message: | Please avoid force-pushing to this PR. It makes it harder for reviewers to track what changed since the last review. diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index dfa6239e0b0c..4112ef0c07d3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -50,7 +50,7 @@ jobs: - name: Post comment if unlabeled if: steps.check.outputs.result == 'true' - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: message: 'To maintainers: Please add labels to this PR'