From add35ace875a6e984cf5cad7aba65d593d17b5a8 Mon Sep 17 00:00:00 2001 From: Jeff McKenna Date: Fri, 12 Apr 2024 12:11:58 -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 6dd62d2a..76879276 100644 --- a/.github/workflows/irc_notify.yml +++ b/.github/workflows/irc_notify.yml @@ -34,6 +34,7 @@ jobs: nickname: mapcache-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'