From 5debd08ee3c1de51871c6ba33c8c2ed6b25419d2 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 30 Nov 2023 21:13:15 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bff9212..8cf659d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # azdo-commit-message-enforcer-testing test + From 635677b9fcce4759c85a2cb39eed65e571e39786 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Sun, 3 Dec 2023 14:25:21 -0600 Subject: [PATCH 2/2] 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 3c5681f..e17c6e8 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)