Skip to content

Commit

Permalink
move the #vouch irc channel to libera.chat
Browse files Browse the repository at this point in the history
  • Loading branch information
bnfinet committed Jun 1, 2021
1 parent dd116e4 commit 1a3c67a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/notify-irc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
if: github.event_name == 'push'
with:
channel: "#vouch"
server: irc.libera.chat
nickname: from-github
message: |
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
Expand All @@ -19,6 +20,7 @@ jobs:
if: github.event_name == 'pull_request'
with:
channel: "#vouch"
server: irc.libera.chat
nickname: from-github
message: |
${{ github.actor }} opened PR ${{ github.event.html_url }}
Expand All @@ -27,6 +29,7 @@ jobs:
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
channel: "#vouch"
server: irc.libera.chat
nickname: from-github
message: |
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ script:
# tags: true
#
notifications:
irc: "chat.freenode.net#vouch"
irc: "irc.libera.chat#vouch"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ TLDR:
- and follow the instructions at the end to redact your Nginx config
- all of those go into a [gist](https://gist.github.com/)
- then [open a new issue](https://github.com/vouch/vouch-proxy/issues/new) in this repository
- or visit our IRC channel [#vouch](irc://freenode.net/#vouch) on freenode
- or visit our IRC channel [#vouch](irc.libera.chat/#vouch) on libera.chat

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

Expand Down

0 comments on commit 1a3c67a

Please sign in to comment.