Skip to content

Commit

Permalink
Bump im-open/update-pr-comment from 1.1.3 to 1.2.2 in /.github/action…
Browse files Browse the repository at this point in the history
…s/frontend-deploy (#306)

Bumps
[im-open/update-pr-comment](https://github.com/im-open/update-pr-comment)
from 1.1.3 to 1.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/b782531000dfcf02162c0bd9e78639d82a13c3b5"><code>b782531</code></a>
Merge pull request <a
href="https://redirect.github.com/im-open/update-pr-comment/issues/24">#24</a>
from im-open/update-node</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/a94fd10eae630a9f7d0ca0cc509f631fb58fd230"><code>a94fd10</code></a>
Import core differently</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/52a057fbc36ae8abfe903183b0eeaacd4bd5b92c"><code>52a057f</code></a>
Merge branch 'main' into update-node</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/9b4e1ab9050b75dd3b987c5415738b5a505ff911"><code>9b4e1ab</code></a>
Update to node 20</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/8f9dee58f796ad63384b0c6ab3e6e6c33dccae95"><code>8f9dee5</code></a>
Merge pull request <a
href="https://redirect.github.com/im-open/update-pr-comment/issues/23">#23</a>
from im-open/revert-22-update-node</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/1f213bd98598922fac56e1a765f299f120f3d94d"><code>1f213bd</code></a>
Update readme with latest version and/or recompile the action.</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/4776e370a6f3e0885534b6ba9a24b3095112bf42"><code>4776e37</code></a>
Revert &quot;Update to Node 20&quot;</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/a6cf314e3bf1c72170bc98f6409cce4e9b99e9ff"><code>a6cf314</code></a>
Merge pull request <a
href="https://redirect.github.com/im-open/update-pr-comment/issues/22">#22</a>
from im-open/update-node</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/41653edff56734264a55887ca04b920a7a1aa2bb"><code>41653ed</code></a>
Remove extra space</li>
<li><a
href="https://github.com/im-open/update-pr-comment/commit/ba5cf846b583de54fa3b3c9bae99720992b29a10"><code>ba5cf84</code></a>
Update readme with latest version and/or recompile the action.</li>
<li>Additional commits viewable in <a
href="https://github.com/im-open/update-pr-comment/compare/v1.1.3...v1.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=im-open/update-pr-comment&package-manager=github_actions&previous-version=1.1.3&new-version=1.2.2)](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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 05ea9d8 commit d3637ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/frontend-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
docker push ${{ env.DOCKER_REGISTRY_SERVER }}/${{ inputs.docker_image_name }}:latest
- name: "Create or update deploy results PR comment"
uses: im-open/update-pr-comment@v1.1.3
uses: im-open/update-pr-comment@v1.2.2
if: ${{ github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
with:
github-token: ${{ env.GH_TOKEN }}
Expand Down

0 comments on commit d3637ba

Please sign in to comment.