We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746c5e3 commit fc35f39Copy full SHA for fc35f39
1 file changed
.github/workflows/action.yml
@@ -0,0 +1,36 @@
1
+name: Notify IRC
2
+
3
+on:
4
+ push:
5
+ issues:
6
+ types:
7
+ - opened
8
+ - edited
9
+ - closed
10
+ issue_comment:
11
+ pull_request:
12
+ discussion:
13
14
+ - created
15
16
17
+ - answered
18
+ discussion_comment:
19
+ create:
20
+ delete:
21
22
+jobs:
23
+ notify-irc:
24
+ runs-on: ubuntu-latest
25
26
+ steps:
27
+ - name: Notify IRC
28
+ uses: openzfsonwindows/notify-irc@v2
29
+ with:
30
31
+ channel: "#Development"
32
+ server: "irc.irc4fun.net"
33
+ nickname: "GitHub"
34
+ sasl_password: ${{ secrets.SASLPASS }}
35
+ ansicolor: "false"
36
+ eventpath: ${{ github.event_path }}
0 commit comments