Skip to content

Commit

Permalink
mark outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui committed Aug 30, 2024
1 parent 7ee0d3f commit 21ff0f4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ jobs:
with:
run: git -C developer-portal diff --no-color swaggers/vocdoni-api.yaml

- name: Mark previous comment as outdated
if: ${{ github.event_name == 'pull_request' }}
uses: marocchino/sticky-pull-request-comment@v2
with:
header: diff
hide: true
hide_classify: "OUTDATED"

- name: Post comment with diff in original PR
if: ${{ github.event_name == 'pull_request' && steps.diff.outputs.stdout }}
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit 21ff0f4

Please sign in to comment.