-
Notifications
You must be signed in to change notification settings - Fork 9
76 lines (63 loc) · 2.94 KB
/
Copy pathservice.yml
File metadata and controls
76 lines (63 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
name: Service Catalog Metadata Provider
on:
push:
paths:
- '.github/workflows/service.yml'
jobs:
update-service-catalog-metadata:
if: ${{ github.ref_name == 'main' }}
runs-on: ubuntu-latest
steps:
- uses: CondeNast/service-catalog-scripts@v1.1.0
with:
schema-version: v2.2
datadog-key: ${{ secrets.DATADOG_SERVICE_CATALOG_API_KEY }}
datadog-app-key: ${{ secrets.DATADOG_SERVICE_CATALOG_APPLICATION_KEY }}
# This maps to the "dd-service" field in Datadog, it's just the name of your service.
service-name: conventional-pull-request-action
description: |
Ensures pull requests adhere to the conventional commit specification, maintaining a clean and standardized commit history.
# PII or non-PII
data-sensitivity: ''
# This is the application name, which is used to group services together.
service-group: conventional-pull-request-action
tier: 4
# This service is in production, so let's put that into the lifecycle field
lifecycle: production
# The name of the team which owns and/or supports the service.
team: Conventional Pull Request Action Team
# The URL of the Slack channel where support for the service is handled.
# Keep in mind, this _must_ be a URL. To get the URL, right-click on the channel
# in the Slack app, and select "Copy link" in the "Copy" submenu.
slack: ''
# Links are great for runbooks, other documentation, other services which
# could be helpful, as well as dashboards. In v2.1 repos and docs move here.
links: |
- name: conventional-pull-request-action
url: https://github.com/CondeNast/conventional-pull-request-action
type: repo
provider: github
- name: conventional-pull-request-action docs
url: https://github.com/CondeNast/conventional-pull-request-action/tree/main/docs
type: doc
provider: Web
- name: conventional-pull-request-action runbook
url:
type: runbook
provider: Confluence
- name: conventional-pull-request-action dashboard
url:
type: dashboard
provider: Web
- name: conventional-pull-request-action error logs
url:
type: dashboard
provider: Web
# This will allow people to directly page a team when seeing a failing service. To find your pagerduty url go to PagerDuty -> Service Directory -> Find your service -> Copy the direct link to your service.
pagerduty: ''
# A list of individuals who can be contacted about the service.
contacts: |
- name: Matt Bedell
type: email
contact: matt_bedell@newyorker.com