[PR #7509] [MERGED] Bump peter-evans/find-comment from 1 to 2 #11253

Closed
opened 2025-12-22 08:38:11 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7509
Author: @dependabot[bot]
Created: 3/28/2022
Status: Merged
Merged: 3/31/2022
Merged by: @crobibero

Base: masterHead: dependabot/github_actions/peter-evans/find-comment-2


📝 Commits (1)

  • c3aacf1 Bump peter-evans/find-comment from 1 to 2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/openapi.yml (+1 -1)

📄 Description

Bumps peter-evans/find-comment from 1 to 2.

Release notes

Sourced from peter-evans/find-comment's releases.

Find Comment v2.0.0

What's new

  • Updated runtime to Node.js 16
    • The action now requires a minimum version of v2.285.0 for the Actions Runner.
    • If using GitHub Enterprise Server, the action requires GHES 3.4 or later.

What's Changed

Full Changelog: https://github.com/peter-evans/find-comment/compare/v1.3.0...v2.0.0

Find Comment v1.3.0

  • Adds action output comment-author

Find Comment v1.2.0

  • Adds input direction to change the search direction, specified as first or last.

Find Comment v1.1.1

  • Dependency updates

Find Comment v1.1.0

  • Refactored to Typescript
  • Added output comment-body containing the content of the comment if found
  • Fixed an issue where comments after the first 30 were not found

Find Comment v1.0.2

  • Dependency updates

Find Comment v1.0.1

  • Dependency updates
Commits
  • 1769778 Merge pull request #62 from peter-evans/v2
  • d261a41 Update runtime to node 16
  • 2dc3b39 Merge pull request #59 from peter-evans/rm-workflow
  • 7bdc44a ci: remove workflow
  • 838d65d Merge pull request #56 from peter-evans/update-distribution
  • f54cec0 build: update distribution
  • 8911be8 Merge pull request #55 from peter-evans/update-dependencies
  • 6a0aec6 chore: update dependencies
  • 9156830 Merge pull request #53 from peter-evans/dependabot/npm_and_yarn/ansi-regex-5.0.1
  • e134adb Merge pull request #54 from peter-evans/update-distribution
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7509 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/28/2022 **Status:** ✅ Merged **Merged:** 3/31/2022 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `dependabot/github_actions/peter-evans/find-comment-2` --- ### 📝 Commits (1) - [`c3aacf1`](https://github.com/jellyfin/jellyfin/commit/c3aacf1c4de4be148c7b13492ce1ec79a7f96a49) Bump peter-evans/find-comment from 1 to 2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/openapi.yml` (+1 -1) </details> ### 📄 Description Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/peter-evans/find-comment/releases">peter-evans/find-comment's releases</a>.</em></p> <blockquote> <h2>Find Comment v2.0.0</h2> <h2>What's new</h2> <ul> <li>Updated runtime to Node.js 16 <ul> <li>The action now requires a minimum version of v2.285.0 for the <a href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions Runner</a>.</li> <li>If using GitHub Enterprise Server, the action requires <a href="https://docs.github.com/en/enterprise-server@3.4/admin/release-notes">GHES 3.4</a> or later.</li> </ul> </li> </ul> <h2>What's Changed</h2> <ul> <li>ci: remove workflow by <a href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/pull/59">peter-evans/find-comment#59</a></li> <li>Update runtime to node 16 by <a href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/pull/62">peter-evans/find-comment#62</a></li> <li>4 dependency updates by <a href="https://github.com/actions-bot"><code>@​actions-bot</code></a> and <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/peter-evans/find-comment/compare/v1.3.0...v2.0.0">https://github.com/peter-evans/find-comment/compare/v1.3.0...v2.0.0</a></p> <h2>Find Comment v1.3.0</h2> <ul> <li>Adds action output <code>comment-author</code></li> </ul> <h2>Find Comment v1.2.0</h2> <ul> <li>Adds input <code>direction</code> to change the search direction, specified as <code>first</code> or <code>last</code>.</li> </ul> <h2>Find Comment v1.1.1</h2> <ul> <li>Dependency updates</li> </ul> <h2>Find Comment v1.1.0</h2> <ul> <li>Refactored to Typescript</li> <li>Added output <code>comment-body</code> containing the content of the comment if found</li> <li>Fixed an issue where comments after the first 30 were not found</li> </ul> <h2>Find Comment v1.0.2</h2> <ul> <li>Dependency updates</li> </ul> <h2>Find Comment v1.0.1</h2> <ul> <li>Dependency updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/peter-evans/find-comment/commit/1769778a0c5bd330272d749d12c036d65e70d39d"><code>1769778</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/62">#62</a> from peter-evans/v2</li> <li><a href="https://github.com/peter-evans/find-comment/commit/d261a413a51333f925c4240e301691fbf41cf380"><code>d261a41</code></a> Update runtime to node 16</li> <li><a href="https://github.com/peter-evans/find-comment/commit/2dc3b39a5eaff1d54450f53efc9eaa9a7ffdcc3e"><code>2dc3b39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/59">#59</a> from peter-evans/rm-workflow</li> <li><a href="https://github.com/peter-evans/find-comment/commit/7bdc44ad46e1956da5f0cc6eaaac94b7b82a6447"><code>7bdc44a</code></a> ci: remove workflow</li> <li><a href="https://github.com/peter-evans/find-comment/commit/838d65d39588c5f00b3efa4dcc0b5393d545abd7"><code>838d65d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/56">#56</a> from peter-evans/update-distribution</li> <li><a href="https://github.com/peter-evans/find-comment/commit/f54cec0188848a0338bed77f59656d9b79028e42"><code>f54cec0</code></a> build: update distribution</li> <li><a href="https://github.com/peter-evans/find-comment/commit/8911be80c2773f42b7af84d2895a40b57b08d982"><code>8911be8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/55">#55</a> from peter-evans/update-dependencies</li> <li><a href="https://github.com/peter-evans/find-comment/commit/6a0aec69cd546fef1635f230323bacfe8982add9"><code>6a0aec6</code></a> chore: update dependencies</li> <li><a href="https://github.com/peter-evans/find-comment/commit/915683066818fa7811af74ff4c87a90dbc3fad96"><code>9156830</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/53">#53</a> from peter-evans/dependabot/npm_and_yarn/ansi-regex-5.0.1</li> <li><a href="https://github.com/peter-evans/find-comment/commit/e134adbe1d04de980d2ad7740f1d923288d45723"><code>e134adb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/peter-evans/find-comment/issues/54">#54</a> from peter-evans/update-distribution</li> <li>Additional commits viewable in <a href="https://github.com/peter-evans/find-comment/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/find-comment&package-manager=github_actions&previous-version=1&new-version=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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 08:38:11 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#11253
No description provided.