-
Notifications
You must be signed in to change notification settings - Fork 413
Merge main into releases/v4 #3259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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] <[email protected]>
…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
There was a problem hiding this 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 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 |
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.