-
Notifications
You must be signed in to change notification settings - Fork 413
Merge releases/v4 into releases/v3 #3260
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
Merge main into releases/v4
This reverts commit c0d3370.
This reverts commit c2805e0.
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
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 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 |
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.