Skip to content

Commit

Permalink
Migrating to Libera.Chat (#159)
Browse files Browse the repository at this point in the history
- Update the homepage with Kiwi IRC join URL.
- Update all the workflows to point to irc.libera.chat
- Minimize the number of messages posted to IRC

Signed-off-by: Bhavin Gandhi <[email protected]>
  • Loading branch information
bhavin192 authored May 26, 2021
1 parent 0dc6298 commit 6ac9e06
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/newsletter-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: IRC notification
uses: Gottox/irc-message-action@v1
with:
server: irc.libera.chat
channel: ${{ secrets.CHANNEL }}
nickname: pypune_${{ github.run_id }}
message: |-
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- name: IRC notification
uses: Gottox/irc-message-action@v1
with:
server: irc.libera.chat
channel: ${{ secrets.CHANNEL }}
nickname: pypune_${{ github.run_id }}
message: |-
New talk proposal submission: ${{ github.event.issue.title }}
${{ github.event.issue.html_url }}
New talk proposal submission: ${{ github.event.issue.title }} ${{ github.event.issue.html_url }}
newsletter-comment:
# run only when comment on issue with label `newsletter`.
Expand All @@ -37,9 +37,9 @@ jobs:
- name: IRC notification
uses: Gottox/irc-message-action@v1
with:
server: irc.libera.chat
channel: ${{ secrets.CHANNEL }}
nickname: pypune_${{ github.run_id }}_1
message: |-
${{ github.event.comment.body }}
Submitted by: ${{ github.event.comment.user.login }}.
Have anything interesting to share? Add a comment here: ${{ github.event.comment.html_url }}
Submitted by: ${{ github.event.comment.user.login }}. Have anything interesting to share? Add a comment here: ${{ github.event.comment.html_url }}
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ params:
url: 'http://tel.pythonpune.in'
- icon: fa-comments-o
title: IRC Channel
description: 'Chat with us on IRC channel <b>#pythonpune</b> at freenode.'
url: 'https://webchat.freenode.net/#pythonpune'
description: 'Chat with us on IRC channel <b>#pythonpune</b> at Libera.Chat.'
url: 'https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:6697/#pythonpune'
- icon: fa-envelope-o
title: Mailing list
description: >-
Expand Down

0 comments on commit 6ac9e06

Please sign in to comment.