Skip to content

Commit

Permalink
chore: Updated validate-pr workflow (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed May 9, 2024
1 parent 9b1d5cb commit 6ff4497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize

Expand Down Expand Up @@ -48,6 +49,6 @@ jobs:
- if: success()
name: Remove PR comment if valid
uses: marocchino/sticky-pull-request-comment@v2
with:
with:
header: pr-title-lint-error
delete: true
delete: true

0 comments on commit 6ff4497

Please sign in to comment.