Skip to content
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

Bump actions/github-script from 6 to 7 #217

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps actions/github-script from 6 to 7.

Release notes

Sourced from actions/github-script's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.1...v7.0.0

v6.4.1

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.4.0...v6.4.1

v6.4.0

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.3.3...v6.4.0

v6.3.3

What's Changed

New Contributors

Full Changelog: actions/github-script@v6.3.2...v6.3.3

v6.3.2

What's Changed

... (truncated)

Commits
  • 60a0d83 Merge pull request #440 from actions/joshmgross/v7.0.1
  • b7fb200 Update version to 7.0.1
  • 12e22ed Merge pull request #439 from actions/joshmgross/avoid-setting-base-url
  • d319f8f Avoid setting baseUrl to undefined when input is not provided
  • e69ef54 Merge pull request #425 from actions/joshmgross/node-20
  • ee0914b Update licenses
  • d6fc56f Use @types/node for Node 20
  • 384d6cf Fix quotations in tests
  • 8472492 Only validate GraphQL previews
  • 84903f5 Remove node-fetch from type
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v6...v7)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies skip-changelog The PR will not appear in the release changelogs labels Dec 1, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

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

bors merge

meili-bors bot added a commit that referenced this pull request Dec 11, 2023
217: Bump actions/github-script from 6 to 7 r=brunoocasali a=dependabot[bot]

Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.
<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>v7.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add base-url option by <a href="https://github.com/robandpdx"><code>`@​robandpdx</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/429">actions/github-script#429</a></li>
<li>Expose async-function argument type by <a href="https://github.com/viktorlott"><code>`@​viktorlott</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/402">actions/github-script#402</a>, see for details <a href="https://github.com/actions/github-script#use-scripts-with-jsdoc-support">https://github.com/actions/github-script#use-scripts-with-jsdoc-support</a></li>
<li>Update dependencies and use Node 20 by <a href="https://github.com/joshmgross"><code>`@​joshmgross</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/425">actions/github-script#425</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/navarroaxel"><code>`@​navarroaxel</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/285">actions/github-script#285</a></li>
<li><a href="https://github.com/robandpdx"><code>`@​robandpdx</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/429">actions/github-script#429</a></li>
<li><a href="https://github.com/viktorlott"><code>`@​viktorlott</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/402">actions/github-script#402</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v6.4.1...v7.0.0">https://github.com/actions/github-script/compare/v6.4.1...v7.0.0</a></p>
<h2>v6.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>`@​octokit/plugin-request-log</code>,` to produce debug output for requests by <a href="https://github.com/mjpieters"><code>`@​mjpieters</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/358">actions/github-script#358</a></li>
<li>fix input handling by <a href="https://github.com/mjpieters"><code>`@​mjpieters</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/357">actions/github-script#357</a></li>
<li>Remove unused dependencies by <a href="https://github.com/mjpieters"><code>`@​mjpieters</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/356">actions/github-script#356</a></li>
<li>Default debug to current runner debug state by <a href="https://github.com/mjpieters"><code>`@​mjpieters</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/363">actions/github-script#363</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mjpieters"><code>`@​mjpieters</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/358">actions/github-script#358</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v6.4.0...v6.4.1">https://github.com/actions/github-script/compare/v6.4.0...v6.4.1</a></p>
<h2>v6.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump json5 from 2.1.3 to 2.2.3 by <a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/319">actions/github-script#319</a></li>
<li>Bump minimatch from 3.0.4 to 3.1.2 by <a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/320">actions/github-script#320</a></li>
<li>Add node-fetch by <a href="https://github.com/danmichaelo"><code>`@​danmichaelo</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/321">actions/github-script#321</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jongwooo"><code>`@​jongwooo</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/313">actions/github-script#313</a></li>
<li><a href="https://github.com/austinvazquez"><code>`@​austinvazquez</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/306">actions/github-script#306</a></li>
<li><a href="https://github.com/danmichaelo"><code>`@​danmichaelo</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/321">actions/github-script#321</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v6.3.3...v6.4.0">https://github.com/actions/github-script/compare/v6.3.3...v6.4.0</a></p>
<h2>v6.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>`@actions/glob</code>` to 0.3.0 by <a href="https://github.com/nineinchnick"><code>`@​nineinchnick</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/279">actions/github-script#279</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nineinchnick"><code>`@​nineinchnick</code></a>` made their first contribution in <a href="https://redirect.github.com/actions/github-script/pull/279">actions/github-script#279</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/actions/github-script/compare/v6.3.2...v6.3.3">https://github.com/actions/github-script/compare/v6.3.2...v6.3.3</a></p>
<h2>v6.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>`@​actions/core</code>` to 1.10.0 by <a href="https://github.com/rentziass"><code>`@​rentziass</code></a>` in <a href="https://redirect.github.com/actions/github-script/pull/295">actions/github-script#295</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/github-script/commit/60a0d83039c74a4aee543508d2ffcb1c3799cdea"><code>60a0d83</code></a> Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/440">#440</a> from actions/joshmgross/v7.0.1</li>
<li><a href="https://github.com/actions/github-script/commit/b7fb2001b410c9390cbe9e2c7d5cab7eefb7b29c"><code>b7fb200</code></a> Update version to 7.0.1</li>
<li><a href="https://github.com/actions/github-script/commit/12e22ed06b6cf302663f90a925045516e24c8bad"><code>12e22ed</code></a> Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/439">#439</a> from actions/joshmgross/avoid-setting-base-url</li>
<li><a href="https://github.com/actions/github-script/commit/d319f8f5b55ea40916b869b2ca9ae2f059c60abf"><code>d319f8f</code></a> Avoid setting <code>baseUrl</code> to undefined when input is not provided</li>
<li><a href="https://github.com/actions/github-script/commit/e69ef5462fd455e02edcaf4dd7708eda96b9eda0"><code>e69ef54</code></a> Merge pull request <a href="https://redirect.github.com/actions/github-script/issues/425">#425</a> from actions/joshmgross/node-20</li>
<li><a href="https://github.com/actions/github-script/commit/ee0914b839b704083a749f8c77a73a9270674a32"><code>ee0914b</code></a> Update licenses</li>
<li><a href="https://github.com/actions/github-script/commit/d6fc56f33b017d55917d045da1a94efa2120f039"><code>d6fc56f</code></a> Use <code>`@types/node</code>` for Node 20</li>
<li><a href="https://github.com/actions/github-script/commit/384d6cf581452587d1e31f553c97ab165427124a"><code>384d6cf</code></a> Fix quotations in tests</li>
<li><a href="https://github.com/actions/github-script/commit/84724927e3e992f17768c17f57a47a85ea2a5160"><code>8472492</code></a> Only validate GraphQL <code>previews</code></li>
<li><a href="https://github.com/actions/github-script/commit/84903f51828821af5d03d3884c6ba699a2d44d6e"><code>84903f5</code></a> Remove <code>node-fetch</code> from type</li>
<li>Additional commits viewable in <a href="https://github.com/actions/github-script/compare/v6...v7">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=6&new-version=7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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>

218: Bump helm/chart-releaser-action from 1.5.0 to 1.6.0 r=brunoocasali a=dependabot[bot]

Bumps [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action) from 1.5.0 to 1.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/helm/chart-releaser-action/releases">helm/chart-releaser-action's releases</a>.</em></p>
<blockquote>
<h2>v1.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Allow to mark the published github release as latest by <a href="https://github.com/szaimen"><code>`@​szaimen</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/135">helm/chart-releaser-action#135</a></li>
<li>Support actions triggered by a tag by <a href="https://github.com/luisico"><code>`@​luisico</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/96">helm/chart-releaser-action#96</a></li>
<li>Add flag <code>skip-existing</code> to skip upload if release exists by <a href="https://github.com/xunleii"><code>`@​xunleii</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/134">helm/chart-releaser-action#134</a></li>
<li>bump to use chart-releaser v1.6.0 by <a href="https://github.com/cpanato"><code>`@​cpanato</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/146">helm/chart-releaser-action#146</a></li>
<li>Remove <code>charts_repo_url</code> from readme by <a href="https://github.com/viceice"><code>`@​viceice</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/144">helm/chart-releaser-action#144</a></li>
<li>Remove deprecated <code>charts_repo_url</code> option in documentation by <a href="https://github.com/krapie"><code>`@​krapie</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/137">helm/chart-releaser-action#137</a></li>
<li>Add <code>changed_charts</code> and <code>chart_version</code> outputs by <a href="https://github.com/n-oden"><code>`@​n-oden</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/130">helm/chart-releaser-action#130</a></li>
<li>Added: --packages-with-index parameter by <a href="https://github.com/valeriano-manassero"><code>`@​valeriano-manassero</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/148">helm/chart-releaser-action#148</a></li>
<li>docs: add skip_existing to README by <a href="https://github.com/lazyfrosch"><code>`@​lazyfrosch</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/158">helm/chart-releaser-action#158</a></li>
<li>README: Fix default chart-releaser version by <a href="https://github.com/michalbiesek"><code>`@​michalbiesek</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/155">helm/chart-releaser-action#155</a></li>
<li>Extend <code>show_help</code> with <code>packages-with-index</code> by <a href="https://github.com/michalbiesek"><code>`@​michalbiesek</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/160">helm/chart-releaser-action#160</a></li>
<li>Add <code>--pages-branch</code> parameter by <a href="https://github.com/michalbiesek"><code>`@​michalbiesek</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/156">helm/chart-releaser-action#156</a></li>
<li>fix packages_with_index flag by <a href="https://github.com/cpanato"><code>`@​cpanato</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/172">helm/chart-releaser-action#172</a></li>
<li>bump cr to 1.6.1 and add dependabot config by <a href="https://github.com/cpanato"><code>`@​cpanato</code></a>` in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/173">helm/chart-releaser-action#173</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/szaimen"><code>`@​szaimen</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/135">helm/chart-releaser-action#135</a></li>
<li><a href="https://github.com/luisico"><code>`@​luisico</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/96">helm/chart-releaser-action#96</a></li>
<li><a href="https://github.com/xunleii"><code>`@​xunleii</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/134">helm/chart-releaser-action#134</a></li>
<li><a href="https://github.com/viceice"><code>`@​viceice</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/144">helm/chart-releaser-action#144</a></li>
<li><a href="https://github.com/krapie"><code>`@​krapie</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/137">helm/chart-releaser-action#137</a></li>
<li><a href="https://github.com/n-oden"><code>`@​n-oden</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/130">helm/chart-releaser-action#130</a></li>
<li><a href="https://github.com/valeriano-manassero"><code>`@​valeriano-manassero</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/148">helm/chart-releaser-action#148</a></li>
<li><a href="https://github.com/lazyfrosch"><code>`@​lazyfrosch</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/158">helm/chart-releaser-action#158</a></li>
<li><a href="https://github.com/michalbiesek"><code>`@​michalbiesek</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/155">helm/chart-releaser-action#155</a></li>
<li><a href="https://github.com/dependabot"><code>`@​dependabot</code></a>` made their first contribution in <a href="https://redirect.github.com/helm/chart-releaser-action/pull/174">helm/chart-releaser-action#174</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0">https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/helm/chart-releaser-action/commit/a917fd15b20e8b64b94d9158ad54cd6345335584"><code>a917fd1</code></a> Bump actions/checkout from 3.6.0 to 4.1.1 (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/174">#174</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/0c13a653b8bd770af1f90263c5bd14991b63179f"><code>0c13a65</code></a> bump cr to 1.6.1 and add dependabot config (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/173">#173</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/d17b1907017ff7c811322eaba531f2bf1edca06d"><code>d17b190</code></a> fix packages_with_index flag (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/172">#172</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/ed43eb303604cbc0eeec8390544f7748dc6c790d"><code>ed43eb3</code></a> Add <code>--pages-branch</code> parameter (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/156">#156</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/5b8970c96ffd9180e0d78ca07bc4a97c243637cd"><code>5b8970c</code></a> Extend <code>show_help</code> with <code>packages-with-index</code> (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/160">#160</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/8120a7a08308a7e4faa2722d96f0cc67b1cc2099"><code>8120a7a</code></a> README: Fix default chart-releaser version (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/155">#155</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/9a61313dc0be5598309532b64b250f1722e12f60"><code>9a61313</code></a> docs: add skip_existing to README (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/158">#158</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/3e08cca25b41240cb4c1f0bc8c54da465e1ccd20"><code>3e08cca</code></a> Added: --packages-with-index parameter (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/148">#148</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/2504907988836d2ecfbc69eb18d4418d157c8401"><code>2504907</code></a> Add <code>changed_charts</code> and <code>chart_version</code> outputs (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/130">#130</a>)</li>
<li><a href="https://github.com/helm/chart-releaser-action/commit/4b85f2c82c80ff4284ff8520f47bbe69dd89b0aa"><code>4b85f2c</code></a> Remove deprecated charts_repo_url inputs in doc (<a href="https://redirect.github.com/helm/chart-releaser-action/issues/137">#137</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=helm/chart-releaser-action&package-manager=github_actions&previous-version=1.5.0&new-version=1.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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` show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ``@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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link
Contributor

meili-bors bot commented Dec 11, 2023

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Changes must be made through a pull request.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@brunoocasali brunoocasali merged commit 10663a5 into main Dec 11, 2023
3 of 4 checks passed
@brunoocasali brunoocasali deleted the dependabot/github_actions/actions/github-script-7 branch December 11, 2023 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant