From b15b6330774736fba98c746740695d9687cd0c28 Mon Sep 17 00:00:00 2001 From: Mark Tareshawty Date: Mon, 8 May 2023 14:28:42 -0400 Subject: [PATCH 1/2] Add ownership.yaml for durable ownership of the project --- ownership.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ownership.yaml diff --git a/ownership.yaml b/ownership.yaml new file mode 100644 index 0000000..e0fa903 --- /dev/null +++ b/ownership.yaml @@ -0,0 +1,22 @@ +version: 1 +ownership: + - name: github-app-js-sample + long_name: GitHub App JS Sample + description: Sample of a GitHub App that comments new pull requests + kind: code + team: github/ecosystem-apps + exec_sponsor: scottdensmore + product_manager: hpsin + repo: https://github.com/github/github-app-js-sample + sev1: + issue: https://github.com/github/github-app-js-sample/issues + tta: '1 business day' + sev2: + issue: https://github.com/github/github-app-js-sample/issues + tta: '5 business days' + sev3: + issue: https://github.com/github/github-app-js-sample/issues + slack: ce-apps + tta: '7 business days' + tier: 3 + qos: experimental From 983ac740b41b0b2b45eea0332ca695a4b3773e43 Mon Sep 17 00:00:00 2001 From: Mark Tareshawty Date: Fri, 12 May 2023 10:27:32 -0400 Subject: [PATCH 2/2] Remove sev1 and sev2 --- ownership.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ownership.yaml b/ownership.yaml index e0fa903..83e3d8a 100644 --- a/ownership.yaml +++ b/ownership.yaml @@ -8,12 +8,6 @@ ownership: exec_sponsor: scottdensmore product_manager: hpsin repo: https://github.com/github/github-app-js-sample - sev1: - issue: https://github.com/github/github-app-js-sample/issues - tta: '1 business day' - sev2: - issue: https://github.com/github/github-app-js-sample/issues - tta: '5 business days' sev3: issue: https://github.com/github/github-app-js-sample/issues slack: ce-apps