File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 29
29
- name : IRC notification
30
30
uses : Gottox/irc-message-action@v1
31
31
with :
32
+ server : irc.libera.chat
32
33
channel : ${{ secrets.CHANNEL }}
33
34
nickname : pypune_${{ github.run_id }}
34
35
message : |-
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
- name : IRC notification
20
20
uses : Gottox/irc-message-action@v1
21
21
with :
22
+ server : irc.libera.chat
22
23
channel : ${{ secrets.CHANNEL }}
23
24
nickname : pypune_${{ github.run_id }}
24
25
message : |-
25
- New talk proposal submission: ${{ github.event.issue.title }}
26
- ${{ github.event.issue.html_url }}
26
+ New talk proposal submission: ${{ github.event.issue.title }} ${{ github.event.issue.html_url }}
27
27
28
28
newsletter-comment :
29
29
# run only when comment on issue with label `newsletter`.
37
37
- name : IRC notification
38
38
uses : Gottox/irc-message-action@v1
39
39
with :
40
+ server : irc.libera.chat
40
41
channel : ${{ secrets.CHANNEL }}
41
42
nickname : pypune_${{ github.run_id }}_1
42
43
message : |-
43
44
${{ github.event.comment.body }}
44
- Submitted by: ${{ github.event.comment.user.login }}.
45
- Have anything interesting to share? Add a comment here: ${{ github.event.comment.html_url }}
45
+ Submitted by: ${{ github.event.comment.user.login }}. Have anything interesting to share? Add a comment here: ${{ github.event.comment.html_url }}
Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ params:
121
121
url : ' http://tel.pythonpune.in'
122
122
- icon : fa-comments-o
123
123
title : IRC Channel
124
- description : ' Chat with us on IRC channel <b>#pythonpune</b> at freenode .'
125
- url : ' https://webchat.freenode.net /#pythonpune'
124
+ description : ' Chat with us on IRC channel <b>#pythonpune</b> at Libera.Chat .'
125
+ url : ' https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:6697 /#pythonpune'
126
126
- icon : fa-envelope-o
127
127
title : Mailing list
128
128
description : >-
You can’t perform that action at this time.
0 commit comments