From e20f93894da8e8790dc1afd7adb015e26ffcf71a Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 30 Nov 2023 14:56:44 -0600 Subject: [PATCH 1/4] Update README.md --- 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 14d0069c05531b3fcb20f4f13cda89f21bda88f6 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Thu, 30 Nov 2023 22:13:32 -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 7318130edf8752003c19c1a444074260b50339d0 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Sun, 3 Dec 2023 13:54:17 -0600 Subject: [PATCH 3/4] add permissions --- .github/workflows/pr-commit-message-enforcer-and-linker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-commit-message-enforcer-and-linker.yml b/.github/workflows/pr-commit-message-enforcer-and-linker.yml index 3c5681f..326405e 100644 --- a/.github/workflows/pr-commit-message-enforcer-and-linker.yml +++ b/.github/workflows/pr-commit-message-enforcer-and-linker.yml @@ -7,6 +7,9 @@ on: jobs: pr-commit-message-enforcer-and-linker: runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write steps: - uses: actions/checkout@v3 From defa86bff40b54d0f07a5c93803dbad0225f1b48 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 326405e..c25fc5f 100644 --- a/.github/workflows/pr-commit-message-enforcer-and-linker.yml +++ b/.github/workflows/pr-commit-message-enforcer-and-linker.yml @@ -14,7 +14,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)