aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDuncaen <duncaen@voidlinux.org>2020-08-26 08:54:37 +0000
committerDuncaen <duncaen@voidlinux.org>2020-08-26 08:54:56 +0000
commitf3504e598687ce2c109e01895f5828a880e39e37 (patch)
tree2f0e83d219a1760c68b2913ea95e1d62b11214b3 /.github/workflows
parent130da0780ccffbe7c9c6e4e8906ff9a45a77bcfd (diff)
downloadvoid-packages-f3504e598687ce2c109e01895f5828a880e39e37.tar
void-packages-f3504e598687ce2c109e01895f5828a880e39e37.tar.gz
void-packages-f3504e598687ce2c109e01895f5828a880e39e37.tar.bz2
void-packages-f3504e598687ce2c109e01895f5828a880e39e37.tar.lz
void-packages-f3504e598687ce2c109e01895f5828a880e39e37.tar.xz
void-packages-f3504e598687ce2c109e01895f5828a880e39e37.tar.zst
void-packages-f3504e598687ce2c109e01895f5828a880e39e37.zip
.github: disable notice mode for issue/pr/push notifications
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/notify-issue.yaml1
-rw-r--r--.github/workflows/notify-pr.yaml1
-rw-r--r--.github/workflows/notify-push.yaml1
3 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/notify-issue.yaml b/.github/workflows/notify-issue.yaml
index 5627724ca1c..6091dc2486e 100644
--- a/.github/workflows/notify-issue.yaml
+++ b/.github/workflows/notify-issue.yaml
@@ -19,7 +19,6 @@ jobs:
continue-on-error: true
if: github.repository == 'void-linux/void-packages'
with:
- notice: true
channel: "#xbps"
nickname: void-packages
sasl_password: ${{ secrets.freenode_password_void_packages }}
diff --git a/.github/workflows/notify-pr.yaml b/.github/workflows/notify-pr.yaml
index fac7f615f02..9caf31d8490 100644
--- a/.github/workflows/notify-pr.yaml
+++ b/.github/workflows/notify-pr.yaml
@@ -19,7 +19,6 @@ jobs:
continue-on-error: true
if: github.repository == 'void-linux/void-packages'
with:
- notice: true
channel: "#xbps"
nickname: void-packages
sasl_password: ${{ secrets.freenode_password_void_packages }}
diff --git a/.github/workflows/notify-push.yaml b/.github/workflows/notify-push.yaml
index b8a73d36884..0fd14271648 100644
--- a/.github/workflows/notify-push.yaml
+++ b/.github/workflows/notify-push.yaml
@@ -19,7 +19,6 @@ jobs:
continue-on-error: true
if: github.repository == 'void-linux/void-packages'
with:
- notice: true
channel: "#xbps"
nickname: void-packages
sasl_password: ${{ secrets.freenode_password_void_packages }}