You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `TEAM`: an object containing team members, referencing the `kerberos` property of PEOPLE. It is a YAML object in the form:
37
-
38
-
```yaml
39
-
user1:
40
30
bug_triage: true
41
31
leave:
42
32
- start: 2024-11-21
43
33
end: 2025-02-28
34
+
- kerberos: user2
35
+
github_handle: ghuser2
36
+
jira_name: jirauser2
37
+
slack_id: U0122345
44
38
```
45
39
46
40
### Local testing
@@ -67,7 +61,7 @@ Required environment variables:
67
61
68
62
*`JIRA_TOKEN`: a [Jira API token](https://issues.redhat.com/secure/ViewProfile.jspa?selectedTab=com.atlassian.pats.pats-plugin:jira-user-personal-access-tokens) of an account that can access the OCPBUGS project
69
63
*`SLACK_HOOK`: a [Slack hook](https://api.slack.com/messaging/webhooks) URL
70
-
* `PEOPLE` and `TEAM` described [above][pretriage].
64
+
*`PEOPLE` described [above][pretriage].
71
65
72
66
## posttriage
73
67
@@ -97,4 +91,4 @@ Required environment variables:
97
91
98
92
*`JIRA_TOKEN`: a [Jira API token](https://issues.redhat.com/secure/ViewProfile.jspa?selectedTab=com.atlassian.pats.pats-plugin:jira-user-personal-access-tokens) of an account that can access the OCPBUGS project
99
93
*`SLACK_HOOK`: a [Slack hook](https://api.slack.com/messaging/webhooks) URL
100
-
* `PEOPLE` and `TEAM` described [above][pretriage].
0 commit comments