Skip to content

Create 2025-02-14-server_disruption.md #11

Create 2025-02-14-server_disruption.md

Create 2025-02-14-server_disruption.md #11

Workflow file for this run

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: "#IRC4Fun"
server: "irc.irc4fun.net"
nickname: "GitHub"
sasl_password: ${{ secrets.SASLPASS }}
ansicolor: "false"
eventpath: ${{ github.event_path }}