Skip to content

Commit

Permalink
patch(handler/trigger): include pull_request.synchronize event (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 authored Jan 8, 2024
1 parent 2a63a47 commit 17c7234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/handlers/check_pr_tested_label.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export = {
event_triggers: [
"pull_request.opened",
"pull_request.reopened",
"pull_request.synchronize",
"pull_request.labeled",
"pull_request.unlabeled",
"check_run.rerequested",
Expand Down
1 change: 1 addition & 0 deletions src/handlers/validate_pr_title.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export = {
event_triggers: [
"pull_request.opened",
"pull_request.reopened",
"pull_request.synchronize",
"pull_request.edited",
"check_run.rerequested",
],
Expand Down

0 comments on commit 17c7234

Please sign in to comment.