[github][irc] tweak the irc notifier to not use notice

This commit is contained in:
Travis Geiselbrecht
2021-05-26 02:15:36 -07:00
parent 0f04f252d5
commit 8251133b6d

View File

@@ -12,7 +12,7 @@ jobs:
server: "irc.libera.chat"
channel: "#lk"
nickname: lk-github
notice: true
notice: false
message: |
${{ github.actor }} pushed ${{ github.event.ref }} ${{ github.event.compare }}
${{ join(github.event.commits.*.message) }}
@@ -23,7 +23,7 @@ jobs:
server: "irc.libera.chat"
channel: "#lk"
nickname: lk-github
notice: true
notice: false
message: |
${{ github.actor }} opened PR ${{ github.event.html_url }}
- name: irc tag created
@@ -33,6 +33,6 @@ jobs:
server: "irc.libera.chat"
channel: "#lk"
nickname: lk-github
notice: true
notice: false
message: |
${{ github.actor }} tagged ${{ github.repository }} ${{ github.event.ref }}