From 85d48cd1bdde9ea72b4600e2876aada1bc1d173f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Wed, 18 Dec 2019 20:30:52 +0100 Subject: [PATCH] .github/workflows: revert notice --- .github/workflows/notify-irc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notify-irc.yaml b/.github/workflows/notify-irc.yaml index 8d1490e573..e85a78838a 100644 --- a/.github/workflows/notify-irc.yaml +++ b/.github/workflows/notify-irc.yaml @@ -15,7 +15,7 @@ jobs: uses: rectalogic/notify-irc@v1 if: github.event_name == 'push' && github.repository == 'void-linux/void-packages' with: - notice: true + #notice: true channel: "#xbps" nickname: void-packages tls: true @@ -25,7 +25,7 @@ jobs: uses: rectalogic/notify-irc@v1 if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages' with: - notice: true + #notice: true channel: "#xbps" nickname: void-packages tls: true @@ -35,7 +35,7 @@ jobs: uses: rectalogic/notify-irc@v1 if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages' with: - notice: true + #notice: true channel: "#xbps" nickname: void-packages tls: true