From ca989fe49a0c3d61d5d74324621200d344a2d8ab Mon Sep 17 00:00:00 2001 From: Edwin Jose Date: Fri, 26 Dec 2025 11:00:15 -0600 Subject: [PATCH] Update .github/workflows/conventional-labels.yml Co-authored-by: Madhavan --- .github/workflows/conventional-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-labels.yml b/.github/workflows/conventional-labels.yml index 0707429f..e320df7e 100644 --- a/.github/workflows/conventional-labels.yml +++ b/.github/workflows/conventional-labels.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Validate PR title follows Conventional Commits id: validate - uses: Namchee/conventional-pr@v0.15.6 + uses: Namchee/conventional-pr@v0.15 with: access_token: ${{ secrets.GITHUB_TOKEN }} issue: false