Skip to content

Add create/delete/discussions #104

Add create/delete/discussions

Add create/delete/discussions #104

Workflow file for this run

name: Notify IRC on Push
on:
push:
issues:
types:
- opened
- edited
- closed
issue_comment:
pull_request:
discussion_comment:
create:
delete:
jobs:
notify-irc:
runs-on: ubuntu-latest
steps:
- name: Notify IRC
uses: openzfsonwindows/notify-irc@master
with:
channel: "#OpenZFS-Windows"
server: "irc.libera.chat"
nickname: "zfs-consus"
ansicolor: "true"
eventpath: ${{ github.event_path }}