mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
CI: extend the jobs, also notify for issues
This commit is contained in:
parent
3623e9aefc
commit
721748bed3
2 changed files with 19 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
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…
Add table
Add a link
Reference in a new issue