Skip to content

Create service catalog entry via ownership.yaml #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions ownership.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
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/dsp-dependency-graph
repo: https://github.com/github/dependency-submission-toolkit
name: dependency-submission-toolkit
kind: moda
long_name: dependency-submission-toolkit
description: 'A TypeScript library for creating dependency snapshots and submitting them to the dependency submission API.'
maintainer: lseppala
exec_sponsor: rachelpotvin
product_manager: courtneycl
team_slack: dependency-graph
ops_slack: dg-alerts
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