diff --git a/.github/workflows/irc.yml b/.github/workflows/irc.yml new file mode 100644 index 000000000..b1e801773 --- /dev/null +++ b/.github/workflows/irc.yml @@ -0,0 +1,16 @@ +name: irc + +on: [push] + +jobs: + notification: + runs-on: ubuntu-latest + name: IRC notification + steps: + - name: IRC notification + uses: Gottox/irc-message-action@v2 + with: + channel: '#kxstudio' + nickname: kxstudio-bot + message: |- + ${{ github.actor }} pushed ${{ github.event.head_commit.message }} ${{ github.event.compare }}