.github: disable notice mode for issue/pr/push notifications
This commit is contained in:
parent
130da0780c
commit
f3504e5986
3 changed files with 0 additions and 3 deletions
1
.github/workflows/notify-issue.yaml
vendored
1
.github/workflows/notify-issue.yaml
vendored
|
@ -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 }}
|
||||
|
|
1
.github/workflows/notify-pr.yaml
vendored
1
.github/workflows/notify-pr.yaml
vendored
|
@ -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 }}
|
||||
|
|
1
.github/workflows/notify-push.yaml
vendored
1
.github/workflows/notify-push.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue