From 0709e9ee234d4056ea862dd621d8524af67abf16 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Wed, 12 May 2021 11:49:42 -0400 Subject: [PATCH 1/2] docs: update rotation to include watching envoy-ci Signed-off-by: Alyssa Wilk --- GOVERNANCE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index fcbcae9bab01..6135051808b9 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -37,8 +37,8 @@ * Triage GitHub issues and perform pull request reviews for other maintainers and the community. The areas of specialization listed in [OWNERS.md](OWNERS.md) can be used to help with routing an issue/question to the right person. -* Triage build issues - file issues for known flaky builds or bugs, and either fix or find someone - to fix any main build breakages. +* Triage build and CI issues. Monitor #envoy-ci and file issues for failing builds, + flaky tests or new bugs, and either fix or find someone to fix any main build breakages. * During GitHub issue triage, apply all applicable [labels](https://github.com/envoyproxy/envoy/labels) to each new issue. Labels are extremely useful for future issue follow up. Which labels to apply is somewhat subjective so just use your best judgment. A few of the most important labels that are From d2edf19c6073307b701399c416d6ca87d69a467e Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Wed, 12 May 2021 15:32:41 -0400 Subject: [PATCH 2/2] good call! Signed-off-by: Alyssa Wilk --- GOVERNANCE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 6135051808b9..13342260c7bc 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -37,7 +37,7 @@ * Triage GitHub issues and perform pull request reviews for other maintainers and the community. The areas of specialization listed in [OWNERS.md](OWNERS.md) can be used to help with routing an issue/question to the right person. -* Triage build and CI issues. Monitor #envoy-ci and file issues for failing builds, +* Triage build and CI issues. Monitor #envoy-ci and #test-flaky and file issues for failing builds, flaky tests or new bugs, and either fix or find someone to fix any main build breakages. * During GitHub issue triage, apply all applicable [labels](https://github.com/envoyproxy/envoy/labels) to each new issue. Labels are extremely useful for future issue follow up. Which labels to apply