.github/workflows: revert notice
This commit is contained in:
parent
1e504671ce
commit
85d48cd1bd
6
.github/workflows/notify-irc.yaml
vendored
6
.github/workflows/notify-irc.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: github.event_name == 'push' && github.repository == 'void-linux/void-packages'
|
if: github.event_name == 'push' && github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
#notice: true
|
||||||
channel: "#xbps"
|
channel: "#xbps"
|
||||||
nickname: void-packages
|
nickname: void-packages
|
||||||
tls: true
|
tls: true
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages'
|
if: github.event_name == 'pull_request' && github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
#notice: true
|
||||||
channel: "#xbps"
|
channel: "#xbps"
|
||||||
nickname: void-packages
|
nickname: void-packages
|
||||||
tls: true
|
tls: true
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: rectalogic/notify-irc@v1
|
uses: rectalogic/notify-irc@v1
|
||||||
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
|
if: github.event_name == 'issues' && github.repository == 'void-linux/void-packages'
|
||||||
with:
|
with:
|
||||||
notice: true
|
#notice: true
|
||||||
channel: "#xbps"
|
channel: "#xbps"
|
||||||
nickname: void-packages
|
nickname: void-packages
|
||||||
tls: true
|
tls: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user