Skip to content

what are the subtypes called #110

what are the subtypes called

what are the subtypes called #110

Workflow file for this run

name: Notify IRC
on:
push:
issues:
types:
- opened
- edited
- closed
issue_comment:
pull_request:
discussion_comment:
types:
- opened
- edited
- closed
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 }}