.github/workflows: revert notice
This commit is contained in:
parent
1e504671ce
commit
85d48cd1bd
1 changed files with 3 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue