aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDuncaen <duncaen@voidlinux.org>2019-12-18 19:30:52 +0000
committerDuncaen <duncaen@voidlinux.org>2019-12-18 19:30:52 +0000
commit85d48cd1bdde9ea72b4600e2876aada1bc1d173f (patch)
tree897d5c060d0b1eace5df1ca8767eb80871093751 /.github/workflows
parent1e504671cee15fcfcf5e51096defef7a6450ace6 (diff)
downloadvoid-packages-85d48cd1bdde9ea72b4600e2876aada1bc1d173f.tar
void-packages-85d48cd1bdde9ea72b4600e2876aada1bc1d173f.tar.gz
void-packages-85d48cd1bdde9ea72b4600e2876aada1bc1d173f.tar.bz2
void-packages-85d48cd1bdde9ea72b4600e2876aada1bc1d173f.tar.lz
void-packages-85d48cd1bdde9ea72b4600e2876aada1bc1d173f.tar.xz
void-packages-85d48cd1bdde9ea72b4600e2876aada1bc1d173f.tar.zst
void-packages-85d48cd1bdde9ea72b4600e2876aada1bc1d173f.zip
.github/workflows: revert notice
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 8d1490e5733..e85a78838a3 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