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 2929 - name : IRC notification
3030 uses : Gottox/irc-message-action@v1
3131 with :
32+ server : irc.libera.chat
3233 channel : ${{ secrets.CHANNEL }}
3334 nickname : pypune_${{ github.run_id }}
3435 message : |-
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 - name : IRC notification
2020 uses : Gottox/irc-message-action@v1
2121 with :
22+ server : irc.libera.chat
2223 channel : ${{ secrets.CHANNEL }}
2324 nickname : pypune_${{ github.run_id }}
2425 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 }}
2727
2828 newsletter-comment :
2929 # run only when comment on issue with label `newsletter`.
3737 - name : IRC notification
3838 uses : Gottox/irc-message-action@v1
3939 with :
40+ server : irc.libera.chat
4041 channel : ${{ secrets.CHANNEL }}
4142 nickname : pypune_${{ github.run_id }}_1
4243 message : |-
4344 ${{ 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:
121121 url : ' http://tel.pythonpune.in'
122122 - icon : fa-comments-o
123123 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'
126126 - icon : fa-envelope-o
127127 title : Mailing list
128128 description : >-
You can’t perform that action at this time.
0 commit comments