You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/21 09:08:34 UTC

[GitHub] [arrow] dependabot[bot] opened a new pull request, #36196: MINOR: [CI]: Bump actions/github-script from 3 to 6

dependabot[bot] opened a new pull request, #36196:
URL: https://github.com/apache/arrow/pull/36196

   Bumps [actions/github-script](https://github.com/actions/github-script) from 3 to 6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/actions/github-script/releases">actions/github-script's releases</a>.</em></p>
   <blockquote>
   <h2>v6.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update default runtime to node16 by <a href="https://github.com/thboop"><code>@​thboop</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/235">actions/github-script#235</a></li>
   <li>Update <code>node-fetch</code> by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/237">actions/github-script#237</a></li>
   <li>Update <code>@actions/core</code> to 1.6.0 by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/238">actions/github-script#238</a></li>
   </ul>
   <h3>Breaking Changes</h3>
   <p>With the update to Node 16 in <a href="https://redirect.github.com/actions/github-script/issues/235">#235</a>, all scripts will now be run with Node 16 rather than Node 12.</p>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/thboop"><code>@​thboop</code></a> made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/235">actions/github-script#235</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v5...v6.0.0">https://github.com/actions/github-script/compare/v5...v6.0.0</a></p>
   <h2>v5.2.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Upgrade <code>@​actions/core</code> to 1.10.0 for v5 by <a href="https://github.com/rentziass"><code>@​rentziass</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/350">actions/github-script#350</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v5.1.1...v5.2.0">https://github.com/actions/github-script/compare/v5.1.1...v5.2.0</a></p>
   <h2>v5.1.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump <code>@​actions/core</code> to 1.9.1 by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/281">actions/github-script#281</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v5.1.0...v5.1.1">https://github.com/actions/github-script/compare/v5.1.0...v5.1.1</a></p>
   <h2>v5.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Update to latest versions for dev dependencies by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/204">actions/github-script#204</a></li>
   <li>update plugin dependencies by <a href="https://github.com/PeterNitscheMI"><code>@​PeterNitscheMI</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/216">actions/github-script#216</a></li>
   <li>Update licenses and use <code>jonabc/setup-licensed</code> in workflow by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/228">actions/github-script#228</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/johan-lindqvist"><code>@​johan-lindqvist</code></a> made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/201">actions/github-script#201</a></li>
   <li><a href="https://github.com/ansgarm"><code>@​ansgarm</code></a> made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/215">actions/github-script#215</a></li>
   <li><a href="https://github.com/PeterNitscheMI"><code>@​PeterNitscheMI</code></a> made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/216">actions/github-script#216</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v5.0.0...v5.1.0">https://github.com/actions/github-script/compare/v5.0.0...v5.1.0</a></p>
   <h2>v5.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Upgrade to the latest version of Octokit by <a href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a href="https://redirect.github.com/actions/github-script/pull/193">actions/github-script#193</a> (Thanks to <a href="https://github.com/IronSean"><code>@​IronSean</code></a> for contributing to this fix)</li>
   </ul>
   <h2>Breaking Changes</h2>
   <p>As part of this update, the Octokit context available via <code>github</code> no longer has REST methods directly. These methods are available via <code>github.rest.*</code> - <a href="https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0">https://github.com/octokit/plugin-rest-endpoint-methods.js/releases/tag/v5.0.0</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/github-script/commit/d7906e4ad0b1822421a7e6a35d5ca353c962f410"><code>d7906e4</code></a> Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/363">#363</a> from mjpieters/auto_debug</li>
   <li><a href="https://github.com/actions/github-script/commit/ea954ff83a8f419ea2290da1ae2e44ed5a26b800"><code>ea954ff</code></a> Default debug to current runner debug state</li>
   <li><a href="https://github.com/actions/github-script/commit/57c10d434ec3b7112b3635cd63771978bcfc50dc"><code>57c10d4</code></a> Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/356">#356</a> from mjpieters/clean_deps</li>
   <li><a href="https://github.com/actions/github-script/commit/eae7dc1b886f46162f731a9117683be74bc8dd87"><code>eae7dc1</code></a> Merge branch 'main' into clean_deps</li>
   <li><a href="https://github.com/actions/github-script/commit/f1ab5779d684a7e94d37fcef88d2e24d4d9d0911"><code>f1ab577</code></a> Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/357">#357</a> from mjpieters/fix_input_handling</li>
   <li><a href="https://github.com/actions/github-script/commit/8d9f8fc050d038eac46e34e317ca8dc9b3a83e71"><code>8d9f8fc</code></a> Fix null handling, covered by integration tests</li>
   <li><a href="https://github.com/actions/github-script/commit/a4f398e58be52b7c1ec930d635a6768f94fde1fe"><code>a4f398e</code></a> Remove unused dependencies</li>
   <li><a href="https://github.com/actions/github-script/commit/806be26275e9f355e2644b1e8e22e1a546714375"><code>806be26</code></a> Clean and spruce up the integration tests a bit</li>
   <li><a href="https://github.com/actions/github-script/commit/8d76c9a9134fecb44ef7d530c839da2d1974d0bb"><code>8d76c9a</code></a> Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/358">#358</a> from mjpieters/request-log-plugin</li>
   <li><a href="https://github.com/actions/github-script/commit/78f623b2da4a81b2f2dfa2e74dc3cf02ded4cfed"><code>78f623b</code></a> Add <code>@​octokit/plugin-request-log</code>, to produce debug output for requests</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/github-script/compare/v3...v6">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/github-script&package-manager=github_actions&previous-version=3&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on pull request #36196: MINOR: [CI] Bump actions/github-script from 3 to 6

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #36196:
URL: https://github.com/apache/arrow/pull/36196#issuecomment-1601824413

   Oh... Can we see the error message for it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] conbench-apache-arrow[bot] commented on pull request #36196: MINOR: [CI] Bump actions/github-script from 3 to 6

Posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org>.
conbench-apache-arrow[bot] commented on PR #36196:
URL: https://github.com/apache/arrow/pull/36196#issuecomment-1604422547

   Conbench analyzed the 6 benchmark runs on commit `7e2460fb`.
   
   There were no benchmark performance regressions. 🎉
   
   The [full Conbench report](https://github.com/apache/arrow/runs/14506110350) has more details.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on pull request #36196: MINOR: [CI] Bump actions/github-script from 3 to 6

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on PR #36196:
URL: https://github.com/apache/arrow/pull/36196#issuecomment-1601627365

   > are you ok with it and the format of the prefix for the commit message?
   
   NO. :<
   #36216


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on pull request #36196: MINOR: [CI] Bump actions/github-script from 3 to 6

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser commented on PR #36196:
URL: https://github.com/apache/arrow/pull/36196#issuecomment-1601813518

   There were some breaking changes in v5 #36224


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou merged pull request #36196: MINOR: [CI] Bump actions/github-script from 3 to 6

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #36196:
URL: https://github.com/apache/arrow/pull/36196


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org