Skip to content

👷 Add 'dependencies' label to bump-chrome-version PRs#4710

Open
thomas-lebeau wants to merge 1 commit into
mainfrom
thomas.lebeau/bump-chrome-version-add-dependencies-label
Open

👷 Add 'dependencies' label to bump-chrome-version PRs#4710
thomas-lebeau wants to merge 1 commit into
mainfrom
thomas.lebeau/bump-chrome-version-add-dependencies-label

Conversation

@thomas-lebeau
Copy link
Copy Markdown
Collaborator

@thomas-lebeau thomas-lebeau commented Jun 3, 2026

Motivation

The bump-chrome-version script creates PRs to update the Chrome version used in tests. These PRs should be labeled as dependencies so they can be handled by the same interrupt handler skill as other dependency update PRs.

Changes

  • Updated createPullRequest() in scripts/lib/gitUtils.ts to accept an optional labels parameter and pass them as --label flags to gh pr create
  • Updated bump-chrome-version.ts to pass the 'dependencies' label when creating its PR

Test instructions

The change is in the CI script that bumps Chrome version. To verify:

  1. Check that createPullRequest now accepts an optional labels argument
  2. Confirm that bump-chrome-version.ts passes ['dependencies'] to createPullRequest

Checklist

  • Tested locally
  • Tested on staging
  • Added unit tests for this change.
  • Added e2e/integration tests for this change.
  • Updated documentation and/or relevant AGENTS.md file

@cit-pr-commenter-54b7da
Copy link
Copy Markdown

Bundles Sizes Evolution

📦 Bundle Name Base Size Local Size 𝚫 𝚫% Status
Rum 171.77 KiB 171.77 KiB 0 B 0.00%
Rum Profiler 7.88 KiB 7.88 KiB 0 B 0.00%
Rum Recorder 21.21 KiB 21.21 KiB 0 B 0.00%
Logs 54.30 KiB 54.30 KiB 0 B 0.00%
Rum Slim 129.68 KiB 129.68 KiB 0 B 0.00%
Worker 22.96 KiB 22.96 KiB 0 B 0.00%

🔗 RealWorld

@datadog-datadog-prod-us1
Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 76.70% (+0.00%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 4ff8e4e | Docs | Datadog PR Page | Give us feedback!

@thomas-lebeau thomas-lebeau marked this pull request as ready for review June 3, 2026 12:33
@thomas-lebeau thomas-lebeau requested a review from a team as a code owner June 3, 2026 12:33
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.

1 participant