Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 30, 2025

Merging 8a06050 into releases/v3.

Conductor for this PR is @mbg.

Contains the following pull requests:

Please do the following:

  • Ensure the CHANGELOG displays the correct version and date.
  • Ensure the CHANGELOG includes all relevant, user-facing changes since the last release.
  • Check that there are not any unexpected commits being merged into the releases/v3 branch.
  • Ensure the docs team is aware of any documentation changes that need to be released.
  • Remove and re-add the "Rebuild" label to the PR to trigger just this workflow.
  • Wait for the "Rebuild" workflow to push a commit updating the distribution files.
  • Mark the PR as ready for review to trigger the full set of PR checks.
  • Approve and merge this PR. Make sure Create a merge commit is selected rather than Squash and merge or Rebase and merge.

dependabot bot and others added 19 commits October 27, 2025 18:05
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v5...v6)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…thub/workflows/actions/download-artifact-6

Bump actions/download-artifact from 5 to 6 in /.github/workflows
This was added back by a bad merge.
Mergeback v4.31.1 refs/heads/releases/v4 into main
Remove unused `console-log-level` dependency
Run lightweight workflows on `ubuntu-slim`
…sitive

Make `isEnablementError` case-insensitive
This reverts commit c2805e0.
@github-actions github-actions bot added the Rebuild Re-transpile JS & re-generate workflows label Oct 30, 2025
@mbg mbg removed the Rebuild Re-transpile JS & re-generate workflows label Oct 30, 2025
@github-actions github-actions bot added the size/S Should be easy to review label Oct 30, 2025
@mbg mbg added the Rebuild Re-transpile JS & re-generate workflows label Oct 30, 2025
@github-actions github-actions bot removed the Rebuild Re-transpile JS & re-generate workflows label Oct 30, 2025
@github-actions
Copy link
Contributor Author

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@mbg mbg marked this pull request as ready for review October 30, 2025 13:56
@mbg mbg requested a review from a team as a code owner October 30, 2025 13:56
Copilot AI review requested due to automatic review settings October 30, 2025 13:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR backports changes from releases/v4 to releases/v3, primarily focused on making error message pattern matching case-insensitive and removing an unused dependency. The changes include version bumps to 3.31.2, test improvements for case-insensitive error matching, removal of the console-log-level dependency, and infrastructure updates to use ubuntu-slim runners.

  • Made enablement error pattern matching case-insensitive
  • Removed unused console-log-level dependency and its type definitions
  • Updated GitHub Actions workflows to use ubuntu-slim runners

Reviewed Changes

Copilot reviewed 26 out of 27 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/api-client.ts Added case-insensitive flag to enablement error regex patterns
src/api-client.test.ts Enhanced test coverage to verify case-insensitive error matching
package.json Bumped version to 3.31.2 and removed unused dependencies
lib/*.js Generated JavaScript files reflecting TypeScript and package.json changes
CHANGELOG.md Added entry for version 3.31.2
.github/workflows/*.yml Updated runner configurations to use ubuntu-slim and upgraded actions/download-artifact

@mbg mbg enabled auto-merge October 30, 2025 13:58
@mbg mbg disabled auto-merge October 30, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Should be easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants