Skip to content

Commit

Permalink
[Rename] kbn-release-notes to osd-release-notes (#37) (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: Bishoy Boktor <boktorbb@amazon.com>
  • Loading branch information
boktorbb authored and mihirsoni committed Mar 20, 2021
1 parent 584bccc commit ce53e24
Show file tree
Hide file tree
Showing 23 changed files with 8 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class PrApi {
const resp = await this.gqlRequest(
gql`
query($number: Int!) {
repository(owner: "elastic", name: "kibana") {
repository(owner: "opensearch-project", name: "OpenSearch-Dashboards") {
pullRequest(number: $number) {
...PrNode
}
Expand Down Expand Up @@ -111,7 +111,7 @@ export class PrApi {
const resp = await this.gqlRequest(
gql`
query($cursor: String, $labels: [String!]) {
repository(owner: "elastic", name: "kibana") {
repository(owner: "opensearch-project", name: "OpenSearch-Dashboards") {
pullRequests(first: 100, after: $cursor, labels: $labels, states: MERGED) {
pageInfo {
hasNextPage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
export const IGNORE_LABELS: Array<RegExp | string> = [
'Team:Docs',
':KibanaApp/fix-it-week',
':OpenSearchDashboardsApp/fix-it-week',
'reverted',
/^test/,
'non-issue',
Expand Down Expand Up @@ -65,12 +65,12 @@ export const AREAS: Area[] = [
'Feature:Search Profiler',
'Feature:watcher',
'Feature:Index Patterns',
'Feature:Kibana Management',
'Feature:OpenSearch Dashboards Management',
'Feature:Dev Tools',
'Feature:Inspector',
'Feature:Index Management',
'Feature:Snapshot and Restore',
'Team:Elasticsearch UI',
'Team:OpenSearch UI',
'Feature:FieldFormatters',
'Feature:CCR',
'Feature:ILM',
Expand All @@ -86,8 +86,8 @@ export const AREAS: Area[] = [
labels: ['Team:Operations', 'Feature:License'],
},
{
title: 'Kibana UI',
labels: ['Kibana UI', 'Team:Core UI', 'Feature:Header'],
title: 'OpenSearch Dashboards UI',
labels: ['OpenSearch Dashboards UI', 'Team:Core UI', 'Feature:Header'],
},
{
title: 'Platform',
Expand Down Expand Up @@ -147,7 +147,7 @@ export const AREAS: Area[] = [
labels: ['Feature:Discover'],
},
{
title: 'Kibana Home & Add Data',
title: 'OpenSearch Dashboards Home & Add Data',
labels: ['Feature:Add Data', 'Feature:Home'],
},
{
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ce53e24

Please sign in to comment.