Skip to content

Commit

Permalink
Add IRC notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
lundman committed Dec 21, 2024
1 parent e056a47 commit 335680a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@

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: "#OpenZFS-Windows"
server: "irc.libera.chat"
nickname: "zfs-consus"
ansicolor: "true"
eventpath: ${{ github.event_path }}

0 comments on commit 335680a

Please sign in to comment.