From 43c57e01dfc8c96fa796130678defea7429ce0ed Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Sun, 3 Dec 2023 12:15:35 -0600 Subject: [PATCH 1/4] Update README.md nothing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bff9212..5731bbe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # azdo-commit-message-enforcer-testing test + +test From 75af7a2874260f46ce20a117983d8485c9acae78 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Sun, 3 Dec 2023 12:15:53 -0600 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5731bbe..960a056 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ test test + +test From cac6b9752822b56dd8dcfc310ae5238845ccfcc3 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Sun, 3 Dec 2023 12:17:11 -0600 Subject: [PATCH 3/4] Update pr-commit-message-enforcer-and-linker.yml --- .github/workflows/pr-commit-message-enforcer-and-linker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-commit-message-enforcer-and-linker.yml b/.github/workflows/pr-commit-message-enforcer-and-linker.yml index 3c5681f..54ecd94 100644 --- a/.github/workflows/pr-commit-message-enforcer-and-linker.yml +++ b/.github/workflows/pr-commit-message-enforcer-and-linker.yml @@ -15,8 +15,8 @@ jobs: with: azure-devops-organization: jjohanning0798 # The name of the Azure DevOps organization azure-devops-token: ${{ secrets.AZURE_DEVOPS_PAT }} # "Azure DevOps Personal Access Token (needs to be a full PAT) + check-commits: true fail-if-missing-workitem-commit-link: true # Fail the action if a commit in the pull request is missing AB# in the commit message link-commits-to-pull-request: true # Link the work items found in commits to the pull request - check-commits: false - check-pull-request: true + check-pull-request: false From e65c3eee6a51b4ed85bd0fae2f2e527a6c970aab Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Sun, 3 Dec 2023 14:25:21 -0600 Subject: [PATCH 4/4] updating to v2 AB#553 --- .github/workflows/pr-commit-message-enforcer-and-linker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-commit-message-enforcer-and-linker.yml b/.github/workflows/pr-commit-message-enforcer-and-linker.yml index 54ecd94..9d13938 100644 --- a/.github/workflows/pr-commit-message-enforcer-and-linker.yml +++ b/.github/workflows/pr-commit-message-enforcer-and-linker.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Azure DevOps Commit Validator and Pull Request Linker - uses: joshjohanning/azdo_commit_message_validator@only-link-in-pr + uses: joshjohanning/azdo_commit_message_validator@v2 with: azure-devops-organization: jjohanning0798 # The name of the Azure DevOps organization azure-devops-token: ${{ secrets.AZURE_DEVOPS_PAT }} # "Azure DevOps Personal Access Token (needs to be a full PAT)