[chore][docs/rfc] Adds 'rfc:approvals-needed' label - #15268
Merged
Conversation
mx-psi
requested review from
a team,
bogdandrutu,
codeboten and
dmitryax
as code owners
May 7, 2026 16:01
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15268 +/- ##
==========================================
- Coverage 91.22% 91.22% -0.01%
==========================================
Files 701 701
Lines 45847 45872 +25
==========================================
+ Hits 41825 41847 +22
- Misses 2819 2821 +2
- Partials 1203 1204 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
florianl
approved these changes
May 7, 2026
songy23
approved these changes
May 7, 2026
codeboten
approved these changes
May 7, 2026
pull Bot
pushed a commit
to moqimoqidea/opentelemetry-collector
that referenced
this pull request
May 8, 2026
…elemetry#15275) #### Description Follow-up to open-telemetry#15268 and open-telemetry#15172. Includes RFCs with the `rfc:approvals-needed` label in the weekly Slack report. > [!WARNING] > Do not merge before updating the workflow to declare these variables: > - `opentelemetry_collector_approvals_needed_count` > - `opentelemetry_collector_approvals_needed_url`
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this pull request
May 15, 2026
…5268) <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description <!-- Issue number if applicable --> Adds workflow to add `rfc:approvals-needed` for RFCs that are in need of approvals. The intent is to add this to our weekly Slack message as a filter to make sure RFCs get more engagement and are surfaced more easily. Somewhat related to open-telemetry#15172
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this pull request
May 15, 2026
…elemetry#15275) #### Description Follow-up to open-telemetry#15268 and open-telemetry#15172. Includes RFCs with the `rfc:approvals-needed` label in the weekly Slack report. > [!WARNING] > Do not merge before updating the workflow to declare these variables: > - `opentelemetry_collector_approvals_needed_count` > - `opentelemetry_collector_approvals_needed_url`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds workflow to add
rfc:approvals-neededfor RFCs that are in need of approvals.The intent is to add this to our weekly Slack message as a filter to make sure RFCs get more engagement and are surfaced more easily.
Somewhat related to #15172