CI: extend the jobs, also notify for issues

main
Adriaan de Groot 5 years ago
parent 3623e9aefc
commit 721748bed3

@ -89,8 +89,8 @@ jobs:
name: notify
uses: rectalogic/notify-irc@v1
with:
server: char.freenode.net
server: chat.freenode.net
channel: #calamares
nickname: ircalamares
message: |
${{ github.actor }} pushed ${{ github.event.ref }} CI ${{ steps.install.conclusion }}
${{ github.actor }} pushed ${{ github.event.ref }} CI ${{ steps.install.conclusion }} JOB ${{ github.job }} RUN ${{ github.run_id }}

@ -0,0 +1,17 @@
name: issues
on: issues
jobs:
irc:
runs-on: ubuntu-latest
steps:
-
name: notify
uses: rectalogic/notify-irc@v1
with:
server: chat.freenode.net
channel: #calamares
nickname: ircalamares
message: |
${{ github.actor }} issue ${{ github.event.issue.title }}
Loading…
Cancel
Save