From 81195acaf97cac8eedf0c5906689eedf655c6cdb Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Mon, 10 Feb 2025 22:56:32 +0500 Subject: [PATCH 1/2] Updated release-version PR title to distinguish from other PRs --- .github/workflows/release-version-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-version-update.yml b/.github/workflows/release-version-update.yml index f2d8b93b3..ce6e5d583 100644 --- a/.github/workflows/release-version-update.yml +++ b/.github/workflows/release-version-update.yml @@ -62,8 +62,8 @@ jobs: curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/${{ github.repository }}/pulls \ -d '{ - "title": "Update version.json for release ${{ env.tag_name }}", - "body": "This PR updates version.json with the latest release information.", + "title": "[RELEASE ${{ env.tag_name }}]Update version.json for release ${{ env.tag_name }}", + "body": "This PR updates version.json with the latest release information: ${{ env.tag_name }}", "head": "update-version-${{ env.tag_name }}", "base": "develop" }' From 4ed2fc1d3bc5b90e39dafa432e01a33e89dfe10d Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Mon, 10 Feb 2025 22:58:16 +0500 Subject: [PATCH 2/2] Update release-version-update.yml --- .github/workflows/release-version-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-version-update.yml b/.github/workflows/release-version-update.yml index ce6e5d583..a5eebaabe 100644 --- a/.github/workflows/release-version-update.yml +++ b/.github/workflows/release-version-update.yml @@ -62,7 +62,7 @@ jobs: curl -X POST -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/repos/${{ github.repository }}/pulls \ -d '{ - "title": "[RELEASE ${{ env.tag_name }}]Update version.json for release ${{ env.tag_name }}", + "title": "[RELEASE ${{ env.tag_name }}] Update version.json for release ${{ env.tag_name }}", "body": "This PR updates version.json with the latest release information: ${{ env.tag_name }}", "head": "update-version-${{ env.tag_name }}", "base": "develop"