CI: notify about issues consistently with CI-builds

This commit is contained in:
Adriaan de Groot 2021-02-02 00:49:38 +01:00
parent a215871da8
commit 3d72fb1bbe

View File

@ -13,14 +13,14 @@ jobs:
if: github.event.issue.state == 'open'
with:
server: chat.freenode.net
nickname: cala-notify
channel: "#calamares"
nickname: gh-issues
message: "[${{ github.event.issue.title }}](${{ github.event.issue.html_url }}) opened by ${{ github.actor }}"
- name: "notify: closed"
uses: rectalogic/notify-irc@v1
if: github.event.issue.state != 'open'
with:
server: chat.freenode.net
nickname: cala-notify
channel: "#calamares"
nickname: gh-issues
message: "[${{ github.event.issue.title }}](${{ github.event.issue.html_url }}) closed by ${{ github.actor }}"