calamares/.github/workflows/issues.yml
2021-01-28 15:29:44 +01:00

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 }}