-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.example
53 lines (50 loc) · 1.6 KB
/
config.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Slack app token for socket-mode event handling
# (if not specified in RHCOSBOT_SLACK_APP_TOKEN env var)
slack-app-token: xapp-1-xxx
# Slack workspace token
# (if not specified in RHCOSBOT_SLACK_TOKEN env var)
slack-token: xoxb-xxx
# Channel to monitor for messages
channel: Cxxx
# User ID that will receive error tracebacks via DM
error-notification: Uxxx
# URL of the Jira server
jira: https://issues.redhat.com/
# Prefix of user-friendly issue URL
jira-issue-url: https://issues.redhat.com/browse/
# Jira personal access token
# (if not specified in RHCOSBOT_JIRA_TOKEN env var)
jira-token: xxx
# Project key containing the jira-component
jira-project-key: OCPBUGS
# Component to file bootimage bump trackers against
jira-component: RHCOS
# Default assignee for bootimage trackers
jira-assignee: [email protected]
# Default severity for bootimage trackers
jira-severity: Moderate
# Watchers for bootimage trackers
jira-watchers:
# Jira polling interval in seconds
jira-poll-interval: 300
# Maintenance task interval in seconds
jira-maintenance-interval: 86400
# Log search queries to stdout
jira-log-searches: false
# Refuse to add issues with these labels to a bootimage bump
bootimage-deny-labels:
- SecurityTracking
# Possible RHCOS target releases, newest first
releases:
# Friendly name for the release
- label: "4.3"
jira-affects-version: "4.3"
# The preferred target version
jira-target-version: 4.3.0
- label: "4.2"
jira-affects-version: "4.2"
jira-target-version: 4.2.z
# Other recognized target versions
jira-target-version-aliases: [4.2.0]