From 62b70d23417ef7d5abea561fbaf3d82f65a95fcb Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 12 Apr 2024 12:06:57 -0300 Subject: [PATCH] add title to PR notification --- .github/workflows/irc_notify.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/irc_notify.yml b/.github/workflows/irc_notify.yml index 56cbae9..f6d4296 100644 --- a/.github/workflows/irc_notify.yml +++ b/.github/workflows/irc_notify.yml @@ -34,6 +34,7 @@ jobs: nickname: odis-github-notifier message: | ${{ github.actor }} opened PR ${{ github.event.pull_request.html_url }} + ${{ github.event.pull_request.title }} - name: irc tag created uses: rectalogic/notify-irc@v2 if: github.event_name == 'create' && github.event.ref_type == 'tag'