File tree Expand file tree Collapse file tree 2 files changed +72
-0
lines changed
Expand file tree Collapse file tree 2 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 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+ types :
14+ - created
15+ - edited
16+ - closed
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 : " #Development"
32+ server : " irc.irc4fun.net"
33+ nickname : " GitHub"
34+ sasl_password : ${{ secrets.SASLPASS }}
35+ ansicolor : " false"
36+ eventpath : ${{ github.event_path }}
Original file line number Diff line number Diff line change 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+ types :
14+ - created
15+ - edited
16+ - closed
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 }}
You can’t perform that action at this time.
0 commit comments