mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 09:21:53 +00:00
Fix pr secret event names (#592)
* Fix pr secret event names * Add validation for secret events
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export enum WebhookEvents {
|
||||
Push = 'push',
|
||||
Tag = 'tag',
|
||||
PullRequest = 'pull-request',
|
||||
PullRequest = 'pull_request',
|
||||
Deploy = 'deploy',
|
||||
}
|
||||
|
Reference in New Issue
Block a user