Skip to content

Synchronize common files from prometheus/prometheus#5386

Open
prombot wants to merge 1 commit into
prometheus:mainfrom
prombot:repo_sync
Open

Synchronize common files from prometheus/prometheus#5386
prombot wants to merge 1 commit into
prometheus:mainfrom
prombot:repo_sync

Conversation

@prombot

@prombot prombot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Propagating changes from prometheus/prometheus default branch.

Source can be found here.

To check out this branch locally and push changes back:

git remote add prombot https://github.com/prombot/prometheus_alertmanager.git
git fetch prombot repo_sync
git checkout -b repo_sync prombot/repo_sync

@prombot
prombot requested a review from a team as a code owner July 14, 2026 18:08
@coderabbitai

coderabbitai Bot commented Jul 14, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Adds a GitHub Actions workflow that approves pending workflows from a qualified pull-request comment and adds synchronization-source headers to three workflows and the yamllint configuration.

Changes

Workflow automation and metadata

Layer / File(s) Summary
Pending workflow approval
.github/workflows/approve-workflows.yml
Adds an issue-comment trigger and conditionally runs the pinned approval action for /workflow-approve comments on pull requests in the Prometheus repository.
Synchronization headers
.github/workflows/container_description.yml, .github/workflows/govulncheck.yml, .github/workflows/stale.yml, .yamllint
Adds comments identifying the Prometheus repository as the synchronization source without changing behavior or configuration.

Estimated code review effort: 2 (Simple) | ~10 minutes

Sequence Diagram(s)

sequenceDiagram
  participant GitHub
  participant approve_job
  participant approve_workflows
  GitHub->>approve_job: created /workflow-approve comment on pull request
  approve_job->>approve_workflows: invoke action with github.token
  approve_workflows->>GitHub: write actions and pull-request state
Loading

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is too minimal and does not include the required checklist or release-notes sections from the template. Add the checklist items, any linked issues, and a completed release-notes block or NONE, following the template.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and accurately summarizes the main change: syncing common files from prometheus/prometheus.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@prombot
prombot force-pushed the repo_sync branch 5 times, most recently from 48f72a4 to 19f24a0 Compare July 19, 2026 18:07
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants