From 863b8be2bdeaf46948c6d5fb7d7407d3b17318f6 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 18 Aug 2022 19:44:19 -0500 Subject: [PATCH 1/4] testing AB#539 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 679d500..bff9212 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# azdo-commit-message-enforcer-testing \ No newline at end of file +# azdo-commit-message-enforcer-testing + +test From 0b3552d669b37dad32f3f898f92d0367053ef09e Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 18 Aug 2022 19:44:50 -0500 Subject: [PATCH 2/4] testing path AB#539 --- .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 f5fc80a..1a65ddb 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@v1 + uses: joshjohanning/azdo_commit_message_validator@fix-path 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 a9f340fa0e05c11edfa4fd3d0f3a5aebaf86f05c Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 18 Aug 2022 19:47:01 -0500 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, 3 insertions(+), 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 1a65ddb..9e3f4f7 100644 --- a/.github/workflows/pr-commit-message-enforcer-and-linker.yml +++ b/.github/workflows/pr-commit-message-enforcer-and-linker.yml @@ -7,7 +7,9 @@ on: jobs: pr-commit-message-enforcer-and-linker: runs-on: ubuntu-latest - + container: + image: ubuntu:latest + steps: - uses: actions/checkout@v3 - name: Azure DevOps Commit Validator and Pull Request Linker From bd663f38ec86cdcf888ef0f5dccb1fa030bb3c73 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 18 Aug 2022 19:59:35 -0500 Subject: [PATCH 4/4] trying windows --- .github/workflows/pr-commit-message-enforcer-and-linker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-commit-message-enforcer-and-linker.yml b/.github/workflows/pr-commit-message-enforcer-and-linker.yml index 9e3f4f7..0658f1e 100644 --- a/.github/workflows/pr-commit-message-enforcer-and-linker.yml +++ b/.github/workflows/pr-commit-message-enforcer-and-linker.yml @@ -6,9 +6,7 @@ on: jobs: pr-commit-message-enforcer-and-linker: - runs-on: ubuntu-latest - container: - image: ubuntu:latest + runs-on: windows-latest steps: - uses: actions/checkout@v3