Skip to content

Releases: openzfsonwindows/notify-irc

Send Notification Message to IRC

04 Jan 10:06
Compare
Choose a tag to compare

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

Notify IRC Notifico style

21 Dec 08:16
Compare
Choose a tag to compare

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@v1
        with:
          channel: "#yourchannel"
          server: "irc.server.net"
          nickname: "irc-bot-name"
          ansicolor: "true"
          eventpath: ${{ github.event_path }}

Screenshot