Skip to content

Commit 02c6ce8

Browse files
committed
Update eventtypes.conf
Added Eventtype for workflow Fixed #13
1 parent e08793e commit 02c6ce8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

github_app_for_splunk/default/eventtypes.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ search = `github_webhooks` action IN ("submitted","edited","dismissed") pull_req
1414
search = `github_webhooks` after=* before=* "commits{}.id"=* ref=* "pusher.name"=*
1515

1616
[GitHub::Repo]
17-
search = `github_webhooks` action IN ("created","deleted","archived","unarchived","edited","renamed","transferred","publicized","privatized") "repository.name"=* NOT "pull_request.id"=* NOT "project_card.id"=* NOT "project.number"=* NOT "project_column.id"=*
17+
search = `github_webhooks` action IN ("created","deleted","archived","unarchived","edited","renamed","transferred","publicized","privatized") "repository.name"=* NOT "pull_request.id"=* NOT "project_card.id"=* NOT "project.number"=* NOT "project_column.id"=* NOT "check_run.id"=*
1818

1919
[GitHub::Project]
2020
search = `github_webhooks` action IN ("created","edited","closed","reopenend","deleted") "project.number"=*
@@ -24,3 +24,6 @@ search = `github_webhooks` action IN ("created","edited","moved","converted","de
2424

2525
[GitHub::Project::Column]
2626
search = `github_webhooks` action IN ("created","edited","moved","deleted") "project_column.id"=*
27+
28+
[GitHub::Workflow]
29+
search = `github_webhooks` action IN ("queued","created","started","completed") workflow_job.id=*

0 commit comments

Comments
 (0)