.github/workflows: revert notice
This commit is contained in:
parent
1e504671ce
commit
85d48cd1bd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue