Skip to content

Commit c4ff434

Browse files
committed
Update tags.conf
Added new tags for event types
1 parent c780fad commit c4ff434

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

github_app_for_splunk/default/tags.conf

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,36 @@ audit = enabled
1616
report = enabled
1717
vulnerability = enabled
1818

19+
[eventtype=GitHub%3A%3AIssue]
20+
issue = enabled
21+
github = enabled
22+
23+
[eventtype=GitHub%3A%3AIssue%3A%3AComment]
24+
issue = enabled
25+
comment = enabled
26+
github = enabled
27+
28+
[eventtype=GitHub%3A%3APullRequest]
29+
pull-request = enabled
30+
code = enabled
31+
github = enabled
32+
33+
[eventtype=GitHub%3A%3APullRequest%3A%3AReview]
34+
pull-request = enabled
35+
review = enabled
36+
code = enabled
37+
github = enabled
38+
39+
[eventtype=GitHub%3A%3APush]
40+
code = enabled
41+
push = enabled
42+
github = enabled
43+
44+
[eventtype=GitHub%3A%3ARelease]
45+
code = enabled
46+
release = enabled
47+
github = enabled
48+
1949
[eventtype=github%3Aenterprise%3Aauthentication]
2050
authentication = enabled
2151

0 commit comments

Comments
 (0)