From ab97c53f4649a29a35e7380665ca99687231bf59 Mon Sep 17 00:00:00 2001 From: Sarbagya Dhaubanjar Date: Fri, 2 May 2025 18:21:47 +0545 Subject: [PATCH 1/2] Fix typo in README.md testing section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8935b4f..1dd14c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Version Playground -Testing.... \ No newline at end of file +Testing...... \ No newline at end of file From e55c1406755a536dd9b0c0ae9c385e0bcbcfae4d Mon Sep 17 00:00:00 2001 From: Sarbagya Dhaubanjar Date: Fri, 2 May 2025 18:28:55 +0545 Subject: [PATCH 2/2] Update PR title formatting message to include JIRA reference format --- .github/workflows/pr.yml | 11 +++-------- README.md | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c64568f..37545d7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,13 +31,9 @@ jobs: recreate: true message: | ### 🚨 PR Title Needs Formatting - The title of this PR needs to be formatted correctly and include an Azure Boards Reference. - Please update the title to match the format `type: description AB#xxx`. Examples: - * `bugfix: fix typo in README.md AB#123` - * `chore: update dependencies AB#456` - * `feat: add new feature AB#789` - * `chore: fixing build pipeline` - no AB reference - + The title of this PR needs to be formatted correctly and include an JIRA Reference. + Please update the title to match the format `[JMACS-###] description`. Example: + * `[JMACS-123] fix typo in README.md` - name: Add comment that PR title is fixed if: ${{ steps.check.outputs.success == 'true'}} uses: marocchino/sticky-pull-request-comment@v2 @@ -47,7 +43,6 @@ jobs: message: | ### ✅ PR Title Formatted Correctly The title of this PR has been updated to match the correct format. Thank you! - - name: Validate PR title format run: | if [ "${{ steps.check.outputs.success }}" = "true" ]; then diff --git a/README.md b/README.md index 1dd14c8..696970f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Version Playground -Testing...... \ No newline at end of file +Testing....... \ No newline at end of file