Skip to content

Commit

Permalink
bump(deps): update marocchino/sticky-pull-request-comment action to v…
Browse files Browse the repository at this point in the history
…2.6.2 (#2118)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[marocchino/sticky-pull-request-comment](https://togithub.com/marocchino/sticky-pull-request-comment)
| action | minor | `v2.5.0` -> `v2.6.2` |

---

### Release Notes

<details>
<summary>marocchino/sticky-pull-request-comment
(marocchino/sticky-pull-request-comment)</summary>

###
[`v2.6.2`](https://togithub.com/marocchino/sticky-pull-request-comment/releases/tag/v2.6.2)

[Compare
Source](https://togithub.com/marocchino/sticky-pull-request-comment/compare/v2.6.1...v2.6.2)

Reverted changes in version 2.6. As a result, the base_url has been
removed.

###
[`v2.6.1`](https://togithub.com/marocchino/sticky-pull-request-comment/releases/tag/v2.6.1)

[Compare
Source](https://togithub.com/marocchino/sticky-pull-request-comment/compare/v2.6.0...v2.6.1)

Change base_url default to `${{ env.GITHUB_API_URL }}`

###
[`v2.6.0`](https://togithub.com/marocchino/sticky-pull-request-comment/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/marocchino/sticky-pull-request-comment/compare/v2.5.0...v2.6.0)

-   Update deps
-   Add base_url option. (default: 'https://api.github.com')

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/BirthdayResearch/jellyfishsdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 28, 2023
1 parent 9a2fa9b commit 7dcd4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
result-encoding: string

- name: Post Report
uses: marocchino/sticky-pull-request-comment@3d60a5b2dae89d44e0c6ddc69dd7536aec2071cd # v2.5.0
uses: marocchino/sticky-pull-request-comment@f61b6cf21ef2fcc468f4345cdfcc9bda741d2343 # v2.6.2
with:
header: release
message: ${{ steps.report.outputs.result }}

0 comments on commit 7dcd4af

Please sign in to comment.