-
Notifications
You must be signed in to change notification settings - Fork 84
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
tooling: first pass at oncall tooling #2014
Conversation
Signed-off-by: Alyssa Wilk <[email protected]>
'junr03': 'U79K0Q431', | ||
'RyanTheOptimist': 'U01SW3JC8GP', | ||
'goaway': 'U7TDPD3L2', | ||
'snowp': 'U93KTPQP6', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would make sense to add buildbreaker, jpsim, and Augustyniak here - this is just for review reminders, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @buildbreaker @jpsim @Augustyniak so when you eventually get slack pings from the "PR reminders" app, you know where they came from :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alyssawilk! This sounds great. Suggested a few more names, but this sounds good as an initial setup to me either way.
Signed-off-by: Alyssa Wilk <[email protected]>
* origin/main: (21 commits) owners: adding charles (envoyproxy#2038) [OWNERS] Update Envoy Mobile owners (envoyproxy#2031) [deps] Update rules_android to a stable release URL (envoyproxy#2032) [json] Remove com_github_nlohmann_json override & patch (envoyproxy#2030) Enable the "received byte count" feature. (envoyproxy#2004) Run Kotlin macOS tests without EngFlow (envoyproxy#2018) final_intel: adding response flags (envoyproxy#2009) fix (envoyproxy#2025) stream intel: update kotlin public interface to align with swift (envoyproxy#2013) tls: update bundled root certificates (envoyproxy#2016) tooling: first pass at oncall tooling (envoyproxy#2014) test: Solve CI flakiness for test/java/org/chromium/net/urlconnection:urlconnection_test (envoyproxy#2007) envoy: 519774f742 (envoyproxy#2015) Default timestamp to -1 for envoy_final_stream_intel (envoyproxy#2006) QuicTestServer (envoyproxy#1989) bump boringssl to Envoy's version (envoyproxy#1999) docs: addding release notes (envoyproxy#2001) release: cutting the 0.4.5 release (envoyproxy#2000) Revert "bazel: change bazelisk for M1 support (envoyproxy#1966)" (envoyproxy#1998) Decompress even when `no-transform` is specified (envoyproxy#1995) ... Signed-off-by: JP Simard <[email protected]>
copy/paste/edited from
https://github.com/envoyproxy/envoy/blob/main/.github/workflows/pr_notifier.yml
General functionality:
send daily reminders to folks listed as reviewers. Lyft folk: please let me know who else if any should be added
send on-call channel updates for PRs which are out-SLO (haven't been reviewed in 2 days, and aren't tagged as waiting)
Major differences from the Envoy tooling:
removed all the first-pass review and api review cruft
no nags for unassigned PRs - I think we'll want this at some point but I think most repo contributors have been assigning their own when the PR is ready, WDYT?