[smuxi: 1/2] Github-CI/notify-irc, Travis-CI: switch channel for notifications
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi: 1/2] Github-CI/notify-irc, Travis-CI: switch channel for notifications
- Date: Tue, 15 Mar 2022 00:18:09 +0000 (UTC)
commit fc0c07cda3b291e867e174343869d09b3cce5b53
Author: Mirco Bauer <meebey meebey net>
Date: Tue Mar 15 08:00:00 2022 +0800
Github-CI/notify-irc, Travis-CI: switch channel for notifications
from Freenode to #smuxi on OFTC
.github/workflows/notify-irc.yml | 12 ++++++++----
.travis.yml | 2 +-
2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.github/workflows/notify-irc.yml b/.github/workflows/notify-irc.yml
index a21df742..1c43e394 100644
--- a/.github/workflows/notify-irc.yml
+++ b/.github/workflows/notify-irc.yml
@@ -14,7 +14,8 @@ jobs:
uses: vmiklos/notify-irc@a52a197c9507ad7a81c1a9295c9ed24786e396b3
if: github.event_name == 'push'
with:
- channel: "#smuxi-devel"
+ server: "irc.oftc.net"
+ channel: "#smuxi"
notice: true
nickname: github-ci
message: |
@@ -23,7 +24,8 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'pull_request'
with:
- channel: "#smuxi-devel"
+ server: "irc.oftc.net"
+ channel: "#smuxi"
notice: true
nickname: github-ci
message: |
@@ -32,7 +34,8 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'create' && github.event.ref_type == 'tag'
with:
- channel: "#smuxi-devel"
+ server: "irc.oftc.net"
+ channel: "#smuxi"
notice: true
nickname: github-ci
message: |
@@ -41,7 +44,8 @@ jobs:
uses: rectalogic/notify-irc@v1
if: github.event_name == 'issues'
with:
- channel: "#smuxi-devel"
+ server: "irc.oftc.net"
+ channel: "#smuxi"
notice: true
nickname: github-ci
message: |
diff --git a/.travis.yml b/.travis.yml
index 6e9dfbbb..8272567d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,7 @@ script:
notifications:
irc:
- channels: "chat.freenode.net#smuxi-devel"
+ channels: "irc.oftc.net#smuxi"
use_notice: true
skip_join: true
template:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]