aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorEnno Boland <gottox@voidlinux.org>2019-12-19 09:27:47 +0000
committerEnno Boland <g@s01.de>2019-12-19 16:53:27 +0000
commit1978f8da23342ea5fd14955c7f169ffe1a07b825 (patch)
tree3cd38b149d70949b466aa71b0fa13d19e097ec1b /.github/workflows
parent141148e7819484eef000c3d65ffdddbb9de7c203 (diff)
downloadvoid-packages-1978f8da23342ea5fd14955c7f169ffe1a07b825.tar
void-packages-1978f8da23342ea5fd14955c7f169ffe1a07b825.tar.gz
void-packages-1978f8da23342ea5fd14955c7f169ffe1a07b825.tar.bz2
void-packages-1978f8da23342ea5fd14955c7f169ffe1a07b825.tar.lz
void-packages-1978f8da23342ea5fd14955c7f169ffe1a07b825.tar.xz
void-packages-1978f8da23342ea5fd14955c7f169ffe1a07b825.tar.zst
void-packages-1978f8da23342ea5fd14955c7f169ffe1a07b825.zip
.github/workflows: use notices instead of privmsg
this prevents the bot from joining.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify-irc.yaml6
1 files 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 }}