CI: extend the jobs, also notify for issues

This commit is contained in:
Adriaan de Groot 2021-01-28 15:00:45 +01:00
parent 3623e9aefc
commit 721748bed3
2 changed files with 19 additions and 2 deletions

View File

@ -89,8 +89,8 @@ jobs:
name: notify name: notify
uses: rectalogic/notify-irc@v1 uses: rectalogic/notify-irc@v1
with: with:
server: char.freenode.net server: chat.freenode.net
channel: #calamares channel: #calamares
nickname: ircalamares nickname: ircalamares
message: | 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 }}

17
.github/workflows/issues.yml vendored Normal file
View File

@ -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 }}