18 lines
348 B
YAML
18 lines
348 B
YAML
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: gh-issues
|
|
message: |
|
|
${{ github.actor }} issue ${{ github.event.issue.title }}
|