Skip to content

Commit

Permalink
feat: Add support for edited events to run the action on every PR edit (
Browse files Browse the repository at this point in the history
#118)

Co-authored-by: Cristopher <[email protected]>
  • Loading branch information
TheGoderGuy and Namchee authored Nov 22, 2024
1 parent 703d423 commit 80c04fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/constants/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package constants

var (
// Events stores a list of pull request sub-events to be processed
Events = []string{"opened", "reopened", "ready_for_review", "synchronize", "unlocked"}
Events = []string{"opened", "reopened", "ready_for_review", "synchronize", "unlocked", "edited"}
)

0 comments on commit 80c04fc

Please sign in to comment.