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 8935b4f..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