Bump openzfsonwindows/notify-irc from 1 to 2 #11

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/openzfsonwindows/notify-irc-2 into insp4 2025-04-12 19:56:57 -07:00
dependabot[bot] commented 2025-04-01 00:31:44 -07:00 (Migrated from github.com)

Bumps openzfsonwindows/notify-irc from 1 to 2.

Release notes

Sourced from openzfsonwindows/notify-irc's releases.

Send Notification Message to IRC

With the sunsetting of https://tkte.ch/articles/2024/11/11/sunsetting.html this aims to attempt to replace the IRC announce messages from n.tkte.ch.

This is a fork of https://github.com/marketplace/actions/notify-irc but considerably different as to make PRs undesirable (I am guessing).

To use with your project, use something like


name: Notify IRC

on:
push:
issues:
types:
- opened
- edited
- closed
issue_comment:
pull_request:
discussion:
types:
- created
- edited
- closed
- answered
discussion_comment:
create:
delete:

jobs:
notify-irc:
runs-on: ubuntu-latest

steps:
  - name: Notify IRC
    uses: openzfsonwindows/notify-irc@v2
    with:
      channel: "#yourchannel"
      server: "irc.server.net"
      nickname: "irc-bot-name"
      mirccolor: "true"
      eventpath: ${{ github.event_path }}

Screenshot

Commits

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 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)
Bumps [openzfsonwindows/notify-irc](https://github.com/openzfsonwindows/notify-irc) from 1 to 2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openzfsonwindows/notify-irc/releases">openzfsonwindows/notify-irc's releases</a>.</em></p> <blockquote> <h2>Send Notification Message to IRC</h2> <p>With the sunsetting of <a href="https://tkte.ch/articles/2024/11/11/sunsetting.html">https://tkte.ch/articles/2024/11/11/sunsetting.html</a> this aims to attempt to replace the IRC announce messages from <code>n.tkte.ch</code>.</p> <p>This is a fork of <a href="https://github.com/marketplace/actions/notify-irc">https://github.com/marketplace/actions/notify-irc</a> but considerably different as to make PRs undesirable (I am guessing).</p> <p>To use with your project, use something like</p> <pre><code> name: Notify IRC <p>on:<br /> push:<br /> issues:<br /> types:<br /> - opened<br /> - edited<br /> - closed<br /> issue_comment:<br /> pull_request:<br /> discussion:<br /> types:<br /> - created<br /> - edited<br /> - closed<br /> - answered<br /> discussion_comment:<br /> create:<br /> delete:</p> <p>jobs:<br /> notify-irc:<br /> runs-on: ubuntu-latest</p> <pre><code>steps: - name: Notify IRC uses: openzfsonwindows/notify-irc@v2 with: channel: &amp;quot;#yourchannel&amp;quot; server: &amp;quot;irc.server.net&amp;quot; nickname: &amp;quot;irc-bot-name&amp;quot; mirccolor: &amp;quot;true&amp;quot; eventpath: ${{ github.event_path }} </code></pre> <p></code></pre></p> <p><img src="https://github.com/openzfsonwindows/notify-irc/blob/main/irc-notify.png?raw=true" alt="Screenshot" /></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openzfsonwindows/notify-irc/commit/5dc16120e2a541e2324c999f6050ca1bb939f860"><code>5dc1612</code></a> Add MIRC color support</li> <li>See full diff in <a href="https://github.com/openzfsonwindows/notify-irc/compare/v1...v2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openzfsonwindows/notify-irc&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 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>
Sign in to join this conversation.
No description provided.