We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c75d6 commit 1508f47Copy full SHA for 1508f47
.github/workflows/action2.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@v1
29
+ with:
30
31
+ channel: "#IRC4Fun"
32
+ server: "irc.irc4fun.net"
33
+ nickname: "GitHub"
34
+ sasl_password: ${{ secrets.SASLPASS }}
35
+ ansicolor: "false"
36
+ eventpath: ${{ github.event_path }}
0 commit comments