From 145f98e113c1e5708a90454fe7efdb9496133c5d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 13 Mar 2023 15:51:26 +0100 Subject: [PATCH 1/2] Upgrand GitHub Action pr-lint.yml --- .github/workflows/pr-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 2f5232b0..fe5489b7 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -8,7 +8,7 @@ jobs: name: Validate title runs-on: ubuntu-latest steps: - - uses: amannn/action-semantic-pull-request@v4 + - uses: amannn/action-semantic-pull-request@v5 with: types: chore docs fix feat test misc env: From 77a2b281549f9b70ff1417fb694cdcdffd173e4d Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Mon, 13 Mar 2023 09:54:48 -0500 Subject: [PATCH 2/2] Update pr-lint.yml --- .github/workflows/pr-lint.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index fe5489b7..31520079 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -10,6 +10,12 @@ jobs: steps: - uses: amannn/action-semantic-pull-request@v5 with: - types: chore docs fix feat test misc + types: | + chore + docs + fix + feat + misc + test env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}