This commit is contained in:
Adam Majer 2024-08-26 17:38:55 +02:00
parent 2e2cf023c6
commit 6aa236b2ae

View File

@ -19,7 +19,7 @@ const RequestType_Repository = "repository"
const RequestType_Release = "release"
const RequestType_PR = "pull_request"
const RequestType_PRAssign = "pull_request_assign"
const ReqeustType_PRLabel = "pull_request_label"
const RequestType_PRLabel = "pull_request_label"
const RequestType_PRComment = "pull_request_comment"
const RequestType_PRMilestone = "pull_request_milestone"
const RequestType_PRSync = "pull_request_sync"