Skip to content

Commit df57bef

Browse files
chore(action): update marocchino/sticky-pull-request-comment action to v2.9.2 (#975)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [marocchino/sticky-pull-request-comment](https://redirect.github.com/marocchino/sticky-pull-request-comment) | action | patch | `v2.9.1` -> `v2.9.2` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/marocchino/sticky-pull-request-comment/badge)](https://securityscorecards.dev/viewer/?uri=github.com/marocchino/sticky-pull-request-comment) | --- ### Release Notes <details> <summary>marocchino/sticky-pull-request-comment (marocchino/sticky-pull-request-comment)</summary> ### [`v2.9.2`](https://redirect.github.com/marocchino/sticky-pull-request-comment/releases/tag/v2.9.2) [Compare Source](https://redirect.github.com/marocchino/sticky-pull-request-comment/compare/v2.9.1...v2.9.2) ##### What's Changed - Update [@&#8203;octokit/graphql-schema](https://redirect.github.com/octokit/graphql-schema) & use biome by [@&#8203;marocchino](https://redirect.github.com/marocchino) in [https://github.com/marocchino/sticky-pull-request-comment/pull/1517](https://redirect.github.com/marocchino/sticky-pull-request-comment/pull/1517) - build(deps): Bump undici from 5.28.4 to 5.28.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/marocchino/sticky-pull-request-comment/pull/1476](https://redirect.github.com/marocchino/sticky-pull-request-comment/pull/1476) - build(deps-dev): Bump [@&#8203;types/node](https://redirect.github.com/types/node) from 22.10.7 to 22.14.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/marocchino/sticky-pull-request-comment/pull/1515](https://redirect.github.com/marocchino/sticky-pull-request-comment/pull/1515) - build(deps): Bump [@&#8203;octokit/request-error](https://redirect.github.com/octokit/request-error) from 5.0.1 to 5.1.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/marocchino/sticky-pull-request-comment/pull/1490](https://redirect.github.com/marocchino/sticky-pull-request-comment/pull/1490) - build(deps): Bump [@&#8203;octokit/request](https://redirect.github.com/octokit/request) from 8.1.4 to 8.4.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/marocchino/sticky-pull-request-comment/pull/1494](https://redirect.github.com/marocchino/sticky-pull-request-comment/pull/1494) - build(deps): Bump [@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest) from 9.1.2 to 9.2.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/marocchino/sticky-pull-request-comment/pull/1493](https://redirect.github.com/marocchino/sticky-pull-request-comment/pull/1493) **Full Changelog**: marocchino/sticky-pull-request-comment@v2.9.1...v2.9.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * 10,25 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kelektiv/node-cron). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fa6836 commit df57bef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_pr_title.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
HUSKY: 0
2828

29-
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
29+
- uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
3030
# When the previous steps fails, the workflow would stop. By adding this
3131
# condition you can continue the execution with the populated error message.
3232
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -45,7 +45,7 @@ jobs:
4545
4646
# Delete a previous comment when the issue has been resolved
4747
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
48-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
48+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
4949
with:
5050
header: pr-title-lint-error
5151
delete: true

0 commit comments

Comments
 (0)