We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a0560 commit 60c5371Copy full SHA for 60c5371
tools/flakeguard/reports/data.go
@@ -78,7 +78,7 @@ type SplunkType string
78
79
const (
80
Manual SplunkEvent = "manual"
81
- Periodic SplunkEvent = "periodic"
+ Scheduled SplunkEvent = "scheduled"
82
PullRequest SplunkEvent = "pull_request"
83
84
Report SplunkType = "report"
0 commit comments