parent
78069fc69b
commit
7afb9cfd7a
|
|
@ -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 }}"
|
||||
|
|
|
|||
|
|
@ -216,7 +216,7 @@ jobs:
|
|||
if: "needs.linters.result == 'success' && needs.tests.result == 'success' && needs.tests-docker.result == 'success' && needs.codeql.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 failure IRC notification
|
||||
|
|
@ -224,7 +224,7 @@ jobs:
|
|||
if: "needs.linters.result == 'failure' || needs.tests.result == 'failure' || needs.tests-docker.result == 'failure' || needs.codeql.result == 'failure'"
|
||||
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
|
||||
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"
|
||||
|
|
@ -233,7 +233,7 @@ jobs:
|
|||
if: "needs.linters.result == 'skipped' || needs.tests.result == 'skipped' || needs.tests-docker.result == 'skipped' || needs.codeql.result == 'skipped'"
|
||||
with:
|
||||
server: irc.libera.chat
|
||||
channel: '#qutebrowser-dev'
|
||||
channel: '#qutebrowser-bots'
|
||||
nickname: qutebrowser-bot
|
||||
message: "[${{ github.workflow }}] \u00038Skipped:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})"
|
||||
- name: Send cancelled IRC notification
|
||||
|
|
@ -241,7 +241,7 @@ jobs:
|
|||
if: "needs.linters.result == 'cancelled' || needs.tests.result == 'cancelled' || needs.tests-docker.result == 'cancelled' || needs.codeql.result == 'cancelled'"
|
||||
with:
|
||||
server: irc.libera.chat
|
||||
channel: '#qutebrowser-dev'
|
||||
channel: '#qutebrowser-bots'
|
||||
nickname: qutebrowser-bot
|
||||
message: "[${{ github.workflow }}] \u000314Cancelled:\u0003 ${{ github.ref }} https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} (@${{ github.actor }})\n
|
||||
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
if: "needs.docker.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
|
||||
|
|
@ -56,6 +56,6 @@ jobs:
|
|||
if: "needs.docker.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 }})"
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
if: "needs.update.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
|
||||
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
if: "needs.update.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
|
||||
linters: ${{ needs.linters.result }}, tests: ${{ needs.tests.result }}, tests-docker: ${{ needs.tests-docker.result }}, codeql: ${{ needs.codeql.result }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue