Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
ci(checks): when run checkes delete previus superviz-dev comments
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Jan 15, 2024
1 parent ac61e72 commit a048eb9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ on:
- opened
- synchronize
jobs:
delete-comments:
runs-on: ubuntu-latest
steps:
- uses: izhangzhihao/delete-comment@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
delete_user_name: SuperViz-Dev
issue_number: ${{ github.event.number }}
test-unit:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a048eb9

Please sign in to comment.