Skip to content

Commit 1a3c67a

Browse files
committed
move the #vouch irc channel to libera.chat
1 parent dd116e4 commit 1a3c67a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/notify-irc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
if: github.event_name == 'push'
1111
with:
1212
channel: "#vouch"
13+
server: irc.libera.chat
1314
nickname: from-github
1415
message: |
1516
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
@@ -19,6 +20,7 @@ jobs:
1920
if: github.event_name == 'pull_request'
2021
with:
2122
channel: "#vouch"
23+
server: irc.libera.chat
2224
nickname: from-github
2325
message: |
2426
${{ github.actor }} opened PR ${{ github.event.html_url }}
@@ -27,6 +29,7 @@ jobs:
2729
if: github.event_name == 'create' && github.event.ref_type == 'tag'
2830
with:
2931
channel: "#vouch"
32+
server: irc.libera.chat
3033
nickname: from-github
3134
message: |
3235
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ script:
4040
# tags: true
4141
#
4242
notifications:
43-
irc: "chat.freenode.net#vouch"
43+
irc: "irc.libera.chat#vouch"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ TLDR:
394394
- and follow the instructions at the end to redact your Nginx config
395395
- all of those go into a [gist](https://gist.github.com/)
396396
- then [open a new issue](https://github.com/vouch/vouch-proxy/issues/new) in this repository
397-
- or visit our IRC channel [#vouch](irc://freenode.net/#vouch) on freenode
397+
- or visit our IRC channel [#vouch](irc.libera.chat/#vouch) on libera.chat
398398

399399
A bug report can be generated from a docker environment using the `voucher/vouch-proxy:alpine` image...
400400

0 commit comments

Comments
 (0)