From 869b17dd5fcbf2c76e96daff8bf0468fec67590c Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Wed, 17 Aug 2022 10:46:49 -0500 Subject: [PATCH 1/3] Update blank.yml --- .github/workflows/blank.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 4ed121a..35350ee 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -22,7 +22,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - + - run: | + cd ~/ + ls -R - name: Azure DevOps Commit Validator and Pull Request Linker uses: joshjohanning/azdo_commit_message_validator@v1 with: From 27dd3d66dd2f0d2d66f9f0949025b59340795120 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Wed, 17 Aug 2022 10:50:05 -0500 Subject: [PATCH 2/3] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 35350ee..a74454d 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -26,7 +26,7 @@ jobs: cd ~/ ls -R - name: Azure DevOps Commit Validator and Pull Request Linker - uses: joshjohanning/azdo_commit_message_validator@v1 + uses: joshjohanning/azdo_commit_message_validator@test 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) From 7bb7203996690c5157b7299627bb0de0d68d494d Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Wed, 17 Aug 2022 11:13:21 -0500 Subject: [PATCH 3/3] Update blank.yml --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index a74454d..e7234a2 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -30,5 +30,5 @@ 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) - fail-if-missing-workitem-commit-link: true # Fail the action if a commit in the pull request is missing AB# in the commit message + fail-if-missing-workitem-commit-link: false # Fail the action if a commit in the pull request is missing AB# in the commit message