From 1978f8da23342ea5fd14955c7f169ffe1a07b825 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 19 Dec 2019 10:27:47 +0100 Subject: [PATCH] .github/workflows: use notices instead of privmsg this prevents the bot from joining. --- .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 ce6dbea6edc..b4c25e3292d 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 sasl_password: ${{ secrets.freenode_password_void_packages }} @@ -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 sasl_password: ${{ secrets.freenode_password_void_packages }} @@ -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 sasl_password: ${{ secrets.freenode_password_void_packages }}