From 721748bed39c7bccf78e9367d199ca27db1ff522 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 28 Jan 2021 15:00:45 +0100 Subject: [PATCH] CI: extend the jobs, also notify for issues --- .github/workflows/ci.yml | 4 ++-- .github/workflows/issues.yml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/issues.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b0c35b5b..0c19330b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml new file mode 100644 index 000000000..9693af1c4 --- /dev/null +++ b/.github/workflows/issues.yml @@ -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 }}