Skip to content

Commit 6ff4497

Browse files
authored
chore: Updated validate-pr workflow (#2186)
1 parent 9b1d5cb commit 6ff4497

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
types:
99
- opened
10+
- reopened
1011
- edited
1112
- synchronize
1213

@@ -48,6 +49,6 @@ jobs:
4849
- if: success()
4950
name: Remove PR comment if valid
5051
uses: marocchino/sticky-pull-request-comment@v2
51-
with:
52+
with:
5253
header: pr-title-lint-error
53-
delete: true
54+
delete: true

0 commit comments

Comments
 (0)