Skip to content

Conversation

@github-actions
Copy link
Contributor

Merging e12f017 into releases/v3.

Conductor for this PR is @mbg.

Contains the following pull requests:

Please do the following:

  • Ensure the CHANGELOG displays the correct version and date.
  • Ensure the CHANGELOG includes all relevant, user-facing changes since the last release.
  • Check that there are not any unexpected commits being merged into the releases/v3 branch.
  • Ensure the docs team is aware of any documentation changes that need to be released.
  • Remove and re-add the "Rebuild" label to the PR to trigger just this workflow.
  • Wait for the "Rebuild" workflow to push a commit updating the distribution files.
  • Mark the PR as ready for review to trigger the full set of PR checks.
  • Approve and merge this PR. Make sure Create a merge commit is selected rather than Squash and merge or Rebase and merge.

kaspersv and others added 25 commits November 13, 2025 10:48
Mergeback v4.31.3 refs/heads/releases/v4 into main
…riction

Overlay: Remove repository owner restriction
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.267.0 to 1.268.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@d5126b9...8aeb6ff)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.268.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Change v3 deprecation message to warning.
…thub/workflows/actions-minor-761b22fa12

Bump ruby/setup-ruby from 1.267.0 to 1.268.0 in /.github/workflows in the actions-minor group across 1 directory
Add additional options to PR template and clarify some
Bump `glob` to at least `11.1.0`
This reverts commit e5971bd.
@github-actions github-actions bot added the Rebuild Re-transpile JS & re-generate workflows label Nov 18, 2025
@henrymercer henrymercer added Rebuild Re-transpile JS & re-generate workflows and removed Rebuild Re-transpile JS & re-generate workflows labels Nov 18, 2025
@github-actions github-actions bot removed the Rebuild Re-transpile JS & re-generate workflows label Nov 18, 2025
@github-actions
Copy link
Contributor Author

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@henrymercer henrymercer marked this pull request as ready for review November 18, 2025 17:07
@henrymercer henrymercer requested a review from a team as a code owner November 18, 2025 17:07
Copilot AI review requested due to automatic review settings November 18, 2025 17:07
@github-actions github-actions bot added the size/S Should be easy to review label Nov 18, 2025
Copilot finished reviewing on behalf of henrymercer November 18, 2025 17:08
Copy link
Contributor

Copilot AI left a 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 is a release PR that merges changes from releases/v4 into releases/v3, bumping the version from 3.31.3 to 3.31.4. According to the custom coding guidelines, this is a release-PR and only CHANGELOG.md and package.json should be reviewed. The PR includes dependency updates (js-yaml, glob) and corresponding changes to generated code in the lib/ directory, which are expected and do not require review per the guidelines.

Reviewed Changes

Copilot reviewed 16 out of 22 changed files in this pull request and generated 45 comments.

File Description
CHANGELOG.md Adds entry for version 3.31.4 with release date
package.json Updates version to 3.31.4 and dependency versions
lib/*.js Generated JavaScript files (not reviewed per guidelines)
Other files Workflows, config files (not reviewed per guidelines)

return error4 instanceof ConfigurationError ? "user-error" : "failure";
function getActionsStatus(error3, otherFailureCause) {
if (error3 || otherFailureCause) {
return error3 instanceof ConfigurationError ? "user-error" : "failure";
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This expression will be implicitly converted from undefined to object.

Copilot uses AI. Check for mistakes.
const flatResponse = (0, utils_js_1.flattenResponse)(rawResponse, operationSpec.responses[error4.statusCode] || operationSpec.responses["default"]);
error4.details = flatResponse;
} catch (error3) {
if (typeof error3 === "object" && (error3 === null || error3 === void 0 ? void 0 : error3.response)) {
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guard always evaluates to false.

Copilot uses AI. Check for mistakes.
const flatResponse = (0, utils_js_1.flattenResponse)(rawResponse, operationSpec.responses[error4.statusCode] || operationSpec.responses["default"]);
error4.details = flatResponse;
} catch (error3) {
if (typeof error3 === "object" && (error3 === null || error3 === void 0 ? void 0 : error3.response)) {
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guard always evaluates to false.

Copilot uses AI. Check for mistakes.
const flatResponse = (0, utils_js_1.flattenResponse)(rawResponse, operationSpec.responses[error4.statusCode] || operationSpec.responses["default"]);
error4.details = flatResponse;
} catch (error3) {
if (typeof error3 === "object" && (error3 === null || error3 === void 0 ? void 0 : error3.response)) {
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guard always evaluates to false.

Copilot uses AI. Check for mistakes.
logger.info(`RetryPolicy: Network error ${retriableError} found, will retry.`);
return true;
}
}
if ((error4 === null || error4 === void 0 ? void 0 : error4.code) === "PARSE_ERROR" && (error4 === null || error4 === void 0 ? void 0 : error4.message.startsWith(`Error "Error: Unclosed root tag`))) {
if ((error3 === null || error3 === void 0 ? void 0 : error3.code) === "PARSE_ERROR" && (error3 === null || error3 === void 0 ? void 0 : error3.message.startsWith(`Error "Error: Unclosed root tag`))) {
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guard always evaluates to false.

Copilot uses AI. Check for mistakes.
logger.info(`RetryPolicy: Network error ${retriableError} found, will retry.`);
return true;
}
}
if ((error4 === null || error4 === void 0 ? void 0 : error4.code) === "PARSE_ERROR" && (error4 === null || error4 === void 0 ? void 0 : error4.message.startsWith(`Error "Error: Unclosed root tag`))) {
if ((error3 === null || error3 === void 0 ? void 0 : error3.code) === "PARSE_ERROR" && (error3 === null || error3 === void 0 ? void 0 : error3.message.startsWith(`Error "Error: Unclosed root tag`))) {
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guard always evaluates to false.

Copilot uses AI. Check for mistakes.
@@ -48838,24 +48839,24 @@ var require_dist_node15 = __commonJS({
});
module2.exports = __toCommonJS2(dist_src_exports);
var import_core = require_dist_node11();
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused variable import_core.

Copilot uses AI. Check for mistakes.
} else {
object[key] = value;
}
}
var simpleEscapeCheck = new Array(256);
var simpleEscapeMap = new Array(256);
for (i = 0; i < 256; i++) {
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Variable 'i' is used before its declaration.

Copilot uses AI. Check for mistakes.
if (error4 || otherFailureCause) {
return error4 instanceof ConfigurationError ? "user-error" : "failure";
function getActionsStatus(error3, otherFailureCause) {
if (error3 || otherFailureCause) {
Copy link

Copilot AI Nov 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This expression always evaluates to false.

Copilot uses AI. Check for mistakes.
@henrymercer henrymercer merged commit c3d42c5 into releases/v3 Nov 19, 2025
240 checks passed
@henrymercer henrymercer deleted the backport-v3.31.4-e12f01789 branch November 19, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Should be easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants