calamares/.github/workflows/issues.yml

18 lines
348 B
YAML
Raw Normal View History

name: issues
on: issues
jobs:
irc:
runs-on: ubuntu-latest
steps:
-
name: notify
uses: rectalogic/notify-irc@v1
with:
server: chat.freenode.net
2021-01-28 15:29:44 +01:00
channel: "#calamares"
nickname: gh-issues
message: |
${{ github.actor }} issue ${{ github.event.issue.title }}