Merge releases/v4 into releases/v3#3260
Closed
github-actions[bot] wants to merge 20 commits intoreleases/v3from
Closed
Merge releases/v4 into releases/v3#3260github-actions[bot] wants to merge 20 commits intoreleases/v3from
github-actions[bot] wants to merge 20 commits intoreleases/v3from
Conversation
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] <support@github.com>
…ws/actions/download-artifact-6
…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
Merge main into releases/v4
This reverts commit c0d3370.
This reverts commit c2805e0.
Contributor
Author
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
Contributor
There was a problem hiding this comment.
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-leveldependency and its type definitions - Updated GitHub Actions workflows to use
ubuntu-slimrunners
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
approved these changes
Oct 30, 2025
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.
Merging 8a06050 into
releases/v3.Conductor for this PR is @mbg.
Contains the following pull requests:
console-log-leveldependency #3256 (@henrymercer)ubuntu-slim#3257 (@henrymercer)isEnablementErrorcase-insensitive #3258 (@mbg)Please do the following:
releases/v3branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.