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