Skip to content

Commit

Permalink
Remove more fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Builes committed Nov 21, 2023
1 parent 7078255 commit 4bec38f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions ownership.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---

Check failure on line 1 in ownership.yaml

View check run for this annotation

GitHub Service Catalog / service-catalog-lint-check

ownership.yaml#L1

`ownership.yaml` is invalid, please visit https://catalog.githubapp.com/validator/ownership?branch=remove-ownership-yaml&repo=dependency-submission-toolkit to check what validations are failing. Also, ensure your branch is up to date with the default branch of your repository to avoid issues caused by an outdated ownership file. Found problems: - ### VALIDATION ERROR Location: /ownership/0/sev1 Error Type: required Actual Data: {"issue"=>"https://github.com/github/dependency-submission-toolkit/issues"} Expected Schema: {"required"=>["tta"]} ### VALIDATION ERROR Location: /ownership/0/sev2 Error Type: required Actual Data: {"issue"=>"https://github.com/github/dependency-submission-toolkit/issues"} Expected Schema: {"required"=>["tta"]}
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
Expand All @@ -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

0 comments on commit 4bec38f

Please sign in to comment.