-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoom.config.yml
More file actions
19 lines (19 loc) · 1.07 KB
/
doom.config.yml
File metadata and controls
19 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
title: Alauda AI
logoText: Alauda AI
lang: en
api:
crds:
- docs/shared/crds/*.yaml
openapis:
- docs/shared/openapis/*.json
permission:
functionresources:
- docs/shared/functionresources/*.yaml
roletemplates:
- docs/shared/roletemplates/*.yaml
releaseNotes:
queryTemplates:
fixed: |
project = AI AND fixVersion = AI-v2.0.0 AND status not in (Blocked, Cancelled, 已取消, 已拒绝) AND (assignee not in membersOf(test) OR assignee is EMPTY) AND (issuetype = Epic OR issuetype in (Bug, Improvement) AND (issueFunction in linkedIssuesOf("affectedVersion in versionMatch('AI-v1.[0-5].[0-9]')", clones) OR issueFunction in linkedIssuesOf("affectedVersion in versionMatch('AI-v1.[0-5].[0-9]')", "is cloned by") OR affectedVersion in versionMatch("AI-v1.[0-5].[0-9]"))) AND issuetype = Bug AND ReleaseNotesStatus = Publish
unfixed: |
type = Bug AND project = AI AND fixVersion = AI-v2.0.0 AND status NOT IN (Resolved, Closed, Done) AND labels not in (安全问题) AND (resolution IS EMPTY OR resolution IN ("Won't Do")) AND ReleaseNotesStatus = Publish