From 693dbc5b25103ffbb1559b0efc24e66bc9521cbb Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Tue, 9 Aug 2022 09:03:02 -0400 Subject: [PATCH] Update triage.yml --- .github/workflows/triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 7dc5bb78..e2ca9baa 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -19,7 +19,7 @@ jobs: "type": "section", "text": { "type": "mrkdwn", - "text": "${{ github.event.issue.title }}\n\n$github.com/${{ github.event.repository.name }}/issues/${{ github.event.issue.id }}" + "text": "{{ github.event.issue.title }}{{ github.event.pull_request.title }}\n\n$github.com/${{ github.event.repository.name }}/issues/${{ github.event.issue.id }}" } }, {