[github][irc notify] switch to irc.libera.chat

This commit is contained in:
Travis Geiselbrecht
2021-05-26 02:07:18 -07:00
parent 9f0d53f968
commit 0f04f252d5

View File

@@ -9,6 +9,7 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'push'
with:
server: "irc.libera.chat"
channel: "#lk"
nickname: lk-github
notice: true
@@ -19,6 +20,7 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'pull_request'
with:
server: "irc.libera.chat"
channel: "#lk"
nickname: lk-github
notice: true
@@ -28,6 +30,7 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
server: "irc.libera.chat"
channel: "#lk"
nickname: lk-github
notice: true