CI: extend the jobs, also notify for issues
This commit is contained in:
parent
3623e9aefc
commit
721748bed3
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
17
.github/workflows/issues.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user