From 15ea075e9077b271ee6590a2db1514ec60ed3ba3 Mon Sep 17 00:00:00 2001 From: Ben B Date: Thu, 13 Jul 2023 19:10:41 +0200 Subject: [PATCH 1/4] fix: markdown link in assets doc (#1593) Co-authored-by: Armin Ruech --- assets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets.md b/assets.md index 09ef075f..75053309 100644 --- a/assets.md +++ b/assets.md @@ -58,7 +58,7 @@ Link: https://groups.google.com/g/opentelemetry-calendar-contributors - Owners: [@open-telemetry/governance-committee](https://github.com/orgs/open-telemetry/teams/governance-committee) - Members: SIG maintainers and individuals appointed by maintainers -### OpenTelemetry Calendar Invites Google Group](https://groups.google.com/g/opentelemetry-calendar) +### OpenTelemetry Calendar Invites Google Group Used to automatically invite members to all OpenTelemetry calendar events, so that time is blocked on their calendars. From 24d0472a852699f2dcd3766525568e2a66dcea54 Mon Sep 17 00:00:00 2001 From: Ben B Date: Wed, 19 Jul 2023 19:45:41 +0200 Subject: [PATCH 2/4] add system conventions stability working group (#1600) * add system conventions stability working group Signed-off-by: Benedikt Bongartz * Update README.md Co-authored-by: Trask Stalnaker --------- Signed-off-by: Benedikt Bongartz Co-authored-by: Trask Stalnaker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b2185a5..bc29aa30 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ Specification: Configuration|Every other Monday at 8:00 PT|[Google Doc](https:// Instrumentation: General|Every Tuesday at 16:00 PT|[Google Doc](https://docs.google.com/document/d/1dWHhyXnfVife-cQ2DW5-d5Ldp1Lq8Rre2UsHpyo8cEE/)|[Slack](https://cloud-native.slack.com/archives/C01QZFGMLQ7) Instrumentation: Messaging|Every Thursday at 8:00 PT|[Google Doc](https://docs.google.com/document/d/1dWHhyXnfVife-cQ2DW5-d5Ldp1Lq8Rre2UsHpyo8cEE/)|[Slack](https://cloud-native.slack.com/archives/C01QZFGMLQ7) Semantic Conventions Working Group|Every Monday at 08:00 PT|[Google Doc](https://docs.google.com/document/d/10xG7DNKWRhxNmFGt3yYd3980a9uwS8lMl2LvQL3VNK8)|[Slack](https://cloud-native.slack.com/archives/C041APFBYQP)|[Armin Ruech](https://github.com/arminru)
[Josh Suereth](https://github.com/jsuereth)
[Reiley Yang](https://github.com/reyang)| +System Semantic Conventions stability WG|Every Wednesday at 08:30 PT
Between 19.07.2023 - 30.08.2023|[Google Doc](https://docs.google.com/document/d/1p5TH57t43XpxA48onLzX4PIr3g6ydYKCtR_AUlsCnQk)|[Slack](https://cloud-native.slack.com/archives/C05CTFE9U4A)|[Josh Suereth](https://github.com/jsuereth)| ### Implementation SIGs From 09d429fdebbcfac53d6faffe5d09cd30a5c4696a Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 26 Jul 2023 13:01:07 -0700 Subject: [PATCH 3/4] [lint] Ignore slow link (#1609) --- .github/scripts/markdown-link-check-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index db89762c..360b649d 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -28,6 +28,9 @@ }, { "pattern" : "https://www.microsoft.com" + }, + { + "pattern" : "https://calendar.google.com/calendar/ical/google.com_b79e3e90j7bbsa2n2p5an5lf60%40group.calendar.google.com/public/basic.ics" } ] } From 102ba74a985004a74b50866f0287da4453cb2395 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Wed, 26 Jul 2023 16:29:24 -0400 Subject: [PATCH 4/4] Recommend maintainer vote before installing 3rd party tools (#1592) * Recommend maintainer vote before installing 3rd party tools Signed-off-by: Yuri Shkuro * Update docs/using-github-extensions.md Co-authored-by: Severin Neumann --------- Signed-off-by: Yuri Shkuro Co-authored-by: Severin Neumann --- docs/using-github-extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/using-github-extensions.md b/docs/using-github-extensions.md index 1ee1e876..2510e806 100644 --- a/docs/using-github-extensions.md +++ b/docs/using-github-extensions.md @@ -9,9 +9,10 @@ Extensions, apps, or bots that can **arbitrarily modify code are NOT allowed**. - The default answer for installing third party tools in the org is "NO". Justification needs to be provided and supported by multiple org members. - Open an issue at https://github.com/open-telemetry/community/issues - Include reasoning and SIG(s) requesting this - - Requests from maintainers typically carry higher weight; please make sure to discuss in the SIG you participate. - List permissions required by this extension, app, or bot. - If possible: point to other uses of this extensions in OSS. + - Requests from maintainers typically carry higher weight; please make sure to discuss in the SIG you participate. + - If a third-party tool is requested for a specific repository, it is recommended to tag that repository's maintainers and ask them to +1 the request, such that there is a consensus among the majority of maintainers on adding the tool. - GC member needs to approve with no other GC members raising concerns. It is recommended to discuss each extension, app, or bot that is about to be installed at GC meeting for awareness. - Once GC approval received, TC member will install the extension.