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
mbg
approved these changes
Oct 30, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR merges changes from main into the releases/v4 branch for version 4.31.2. The release focuses on technical improvements, including making error message matching case-insensitive and removing an unused dependency.
Key changes:
- Made enablement error message pattern matching case-insensitive to improve error detection robustness
- Removed unused
console-log-leveldependency from package.json - Updated GitHub Actions workflows to use
ubuntu-slimrunners for improved efficiency
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 |
|---|---|
| package.json | Version bump to 4.31.2 and removal of unused console-log-level dependency |
| CHANGELOG.md | Added entry for version 4.31.2 |
| src/api-client.ts | Made error message pattern matching case-insensitive with /i flag |
| src/api-client.test.ts | Enhanced test coverage to verify case-insensitive error matching |
| lib/*.js | Generated JavaScript files reflecting TypeScript changes and version bump |
| .github/workflows/*.yml | Updated workflow runners from ubuntu-latest to ubuntu-slim |
This was referenced 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 9576b5c into
releases/v4.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/v4branch.Create a merge commitis selected rather thanSquash and mergeorRebase and merge.