From e1d5d85c853a08794b0b29816b25e1b6fb161184 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 01:42:55 +0000 Subject: [PATCH] chore: Update thollander/actions-comment-pull-request action to v3 (#233) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [thollander/actions-comment-pull-request](https://redirect.github.com/thollander/actions-comment-pull-request) | action | major | `v2` -> `v3` | --- ### Release Notes
thollander/actions-comment-pull-request (thollander/actions-comment-pull-request) ### [`v3`](https://redirect.github.com/thollander/actions-comment-pull-request/compare/v2...v3) [Compare Source](https://redirect.github.com/thollander/actions-comment-pull-request/compare/v2...v3)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 9am on Saturday every 1 month" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/monosoul/jooq-gradle-plugin). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build-on-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-on-pr.yml b/.github/workflows/build-on-pr.yml index 192bffd..3d9d431 100644 --- a/.github/workflows/build-on-pr.yml +++ b/.github/workflows/build-on-pr.yml @@ -97,7 +97,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Snapshot coordinates comment - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: message: | To use the snapshot version of the plugin add this to `settings.gradle.kts`: