Skip to content

Commit c4cc843

Browse files
authored
fix: remove synchronize trigger from pr title Jira key validation (#3683)
1 parent 9b32fef commit c4cc843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-title-jira-key-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Title - Jira Key Validation
22

33
on:
44
pull_request:
5-
types: [opened, edited, reopened, synchronize]
5+
types: [opened, edited, reopened]
66

77
jobs:
88
validate-jira-key-in-pr-title:

0 commit comments

Comments
 (0)