summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-08-16 23:28:54 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-08-17 12:42:21 +0200
commitbcbfc2b68cec5512dc7934452f4c260535f58f1f (patch)
tree7aaead539698ac11b6239850141f7bf6536c62fc
parent67ae39561a22bdd80ca7419fdd158a7f1b938b47 (diff)
downloadqutebrowser-bcbfc2b68cec5512dc7934452f4c260535f58f1f.tar.gz
qutebrowser-bcbfc2b68cec5512dc7934452f4c260535f58f1f.zip
ci: Add IRC notification for main channel
Releases are probably important enough
-rw-r--r--.github/workflows/release.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 54f79f945..adabed2fb 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -192,6 +192,14 @@ jobs:
channel: '#qutebrowser-bots'
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00033Success:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
+ - name: Send main channel IRC notification
+ uses: Gottox/irc-message-action@v2
+ if: "${{ needs.finalize.result == 'success' && github.repository == 'qutebrowser/qutebrowser' }}"
+ with:
+ server: irc.libera.chat
+ channel: '#qutebrowser'
+ nickname: qutebrowser-bot
+ message: "qutebrowser v${{ needs.prepare.outputs.version }} has been released! https://github.com/${{ github.repository }}/releases/tag/v${{ needs.prepare.outputs.version }}"
- name: Send non-success IRC notification
uses: Gottox/irc-message-action@v2
if: "${{ needs.finalize.result != 'success' }}"