From e527e43e85034df6e2852d61fb7909e6f1949763 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Thu, 25 Feb 2021 15:10:54 -0500 Subject: [PATCH] ci: update pr lint --- .github/workflows/pr-lint.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 1470128..cc7b71b 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -13,4 +13,5 @@ jobs: - name: Lint pull request title uses: jef/conventional-commits-pr-action@v1 with: - token: ${{ secrets.CR_PAT }} + comment: false + token: ${{ secrets.GITHUB_TOKEN }}