From 70782555c33d974b917d43c8caadf86f7d883ef1 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Tue, 21 Nov 2023 08:01:11 +0100 Subject: [PATCH 1/3] Mark as an artifact, remove PD --- ownership.yaml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/ownership.yaml b/ownership.yaml index 316f350..0687435 100644 --- a/ownership.yaml +++ b/ownership.yaml @@ -9,7 +9,7 @@ ownership: - team: github/dependency-graph repo: https://github.com/github/dependency-submission-toolkit name: dependency-submission-toolkit - kind: moda + kind: artifact long_name: dependency-submission-toolkit description: 'A TypeScript library for creating dependency snapshots and submitting them to the dependency submission API.' maintainer: aaroncathcart @@ -18,21 +18,6 @@ ownership: team_slack: dependency-graph qos: experimental tier: 3 - sev1: - tta: 3d - pagerduty: https://github.pagerduty.com/escalation_policies#P08OSWC - issue: https://github.com/github/dependency-graph/issues - slack: dg-alerts - sev2: - tta: 7d - issue: https://github.com/github/dependency-graph/issues - slack: dg-alerts - sev3: - tta: 14d - issue: https://github.com/github/dependency-graph/issues - slack: dg-alerts - support_squad: - slack: dependency-graph dependencies: - dependency-snapshots-api - dependency-graph-api From 4bec38fb23c7128bb233d3755436762ffeb0efa6 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Tue, 21 Nov 2023 08:12:31 +0100 Subject: [PATCH 2/3] Remove more fields. --- ownership.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ownership.yaml b/ownership.yaml index 0687435..3e722f2 100644 --- a/ownership.yaml +++ b/ownership.yaml @@ -1,11 +1,6 @@ --- version: 1 ownership: - # ownership.yaml describes who is responsible for a service, and how to contact them. If your service is made up - # of multiple components, you can define multiple entries in this file. - # - # Additional documentation on ownership.yaml fields is available at: https://github.com/github/durable-ownership - # Questions? Ask in #sre - team: github/dependency-graph repo: https://github.com/github/dependency-submission-toolkit name: dependency-submission-toolkit @@ -18,6 +13,9 @@ ownership: team_slack: dependency-graph qos: experimental tier: 3 - dependencies: - - dependency-snapshots-api - - dependency-graph-api + sev1: + issue: https://github.com/github/dependency-submission-toolkit/issues + sev2: + issue: https://github.com/github/dependency-submission-toolkit/issues + sev3: + issue: https://github.com/github/dependency-submission-toolkit/issues From 62ab477bc1ad3ab94b22317ad3295752f22db043 Mon Sep 17 00:00:00 2001 From: Federico Builes Date: Tue, 21 Nov 2023 08:13:42 +0100 Subject: [PATCH 3/3] Add tta's again. --- ownership.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ownership.yaml b/ownership.yaml index 3e722f2..1c126d1 100644 --- a/ownership.yaml +++ b/ownership.yaml @@ -4,7 +4,7 @@ ownership: - team: github/dependency-graph repo: https://github.com/github/dependency-submission-toolkit name: dependency-submission-toolkit - kind: artifact + kind: moda long_name: dependency-submission-toolkit description: 'A TypeScript library for creating dependency snapshots and submitting them to the dependency submission API.' maintainer: aaroncathcart @@ -14,8 +14,11 @@ ownership: qos: experimental tier: 3 sev1: + tta: 30d issue: https://github.com/github/dependency-submission-toolkit/issues sev2: + tta: 30d issue: https://github.com/github/dependency-submission-toolkit/issues sev3: + tta: 30d issue: https://github.com/github/dependency-submission-toolkit/issues