Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@

- name: Update Last Comment by bot (If ran in PR)
if: inputs.is_PR
uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@v3
with:
hide_and_recreate: true
hide_classify: "OUTDATED"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on-demand-preview-releases-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Add comment to PR
uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@v3
with:
hide_and_recreate: true
hide_classify: "OUTDATED"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
# fetch-depth: 0

- name: Update Last Comment by bot (if Workflow Triggering failed)
uses: marocchino/sticky-pull-request-comment@v2
uses: marocchino/sticky-pull-request-comment@v3
with:
hide_and_recreate: true
hide_classify: "OUTDATED"
Expand Down
Loading