From 787a977e5d83d5a6d15a3470fc997b0b0113755b Mon Sep 17 00:00:00 2001 From: Jay Shah Date: Fri, 22 Mar 2024 15:36:35 -0400 Subject: [PATCH] chore: label-schema to include pr title in the footer of the slack message --- .github/workflows/label-schema.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/label-schema.yml b/.github/workflows/label-schema.yml index 38af629d9aa4..5570994c80e4 100644 --- a/.github/workflows/label-schema.yml +++ b/.github/workflows/label-schema.yml @@ -12,3 +12,4 @@ jobs: continue-on-error: true env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_SCHEMA_CHANGE }} + SLACK_FOOTER: ${{ github.event.pull_request.title }}