From 572113403c4d9ec461aefb7c77b51881323f238d Mon Sep 17 00:00:00 2001 From: abhijeet-dhumal Date: Fri, 1 Mar 2024 15:25:46 +0530 Subject: [PATCH] Update PR title to make it more specific and meaningful --- .github/workflows/odh-notebooks-sync.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/odh-notebooks-sync.yml b/.github/workflows/odh-notebooks-sync.yml index 7671b736..0248ed92 100644 --- a/.github/workflows/odh-notebooks-sync.yml +++ b/.github/workflows/odh-notebooks-sync.yml @@ -119,10 +119,8 @@ jobs: --head $REPO_OWNER:$UPDATER_BRANCH \ --base $BRANCH_NAME env: - pr_title: "[Digest Updater Action] Update notebook's pipfile to sync with Codeflare-SDK release" + pr_title: "[Codeflare Action] Update notebook's pipfile to sync with Codeflare-SDK release ${{ env.CODEFLARE_RELEASE_VERSION }}" pr_body: | :rocket: This is an automated Pull Request. This PR updates the `Pipfile` to sync with latest Codeflare-SDK release. - - :exclamation: **IMPORTANT NOTE**: Remember to delete the ` ${{ env.UPDATER_BRANCH }}` branch after merging the changes