summaryrefslogtreecommitdiff
path: root/.github/workflows/bleeding.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/bleeding.yml')
-rw-r--r--.github/workflows/bleeding.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/bleeding.yml b/.github/workflows/bleeding.yml
index 5d6f2b933..5fa400619 100644
--- a/.github/workflows/bleeding.yml
+++ b/.github/workflows/bleeding.yml
@@ -99,7 +99,7 @@ jobs:
if: "needs.tests.result == 'success' && needs.pyinstaller.result == 'success'"
with:
server: irc.libera.chat
- channel: '#qutebrowser-dev'
+ 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 non-success IRC notification
@@ -107,7 +107,7 @@ jobs:
if: "needs.tests.result != 'success' || needs.pyinstaller.result != 'success'"
with:
server: irc.libera.chat
- channel: '#qutebrowser-dev'
+ channel: '#qutebrowser-bots'
nickname: qutebrowser-bot
message: "[${{ github.workflow }}] \u00034FAIL:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})\n
tests: ${{ needs.tests.result }}, pyinstaller: ${{ needs.pyinstaller.result }}"