-
Notifications
You must be signed in to change notification settings - Fork 414
Merge releases/v4 into releases/v3 #3263
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] <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
Set up Python in mergeback workflow
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 merges changes from releases/v4 into releases/v3, bumping the version to 3.31.2. The primary change is making error message pattern matching case-insensitive by adding the i flag to regex patterns that check for enablement errors. This ensures the error detection works regardless of message capitalization.
Key changes:
- Made regex patterns for enablement error detection case-insensitive
- Removed unused
console-log-leveldependency - Updated GitHub Actions workflows to use
ubuntu-slimrunners and newer action versions
Reviewed Changes
Copilot reviewed 27 out of 28 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 tests to verify case-insensitive error matching with uppercase/lowercase transforms |
| package.json | Bumped version to 3.31.2 and removed console-log-level dependency |
| lib/*.js | Generated JavaScript files reflecting TypeScript changes |
| CHANGELOG.md | Added entry for version 3.31.2 |
| .github/workflows/*.yml | Updated runner types to ubuntu-slim and action versions |
| .github/actions/release-initialise/action.yml | Updated setup-python action version and normalized Python version format |
Merging 0499de3 into
releases/v3.Conductor for this PR is @henrymercer.
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.