From 1c460470895cbc3317c40ba2c3bb770fe8631908 Mon Sep 17 00:00:00 2001 From: kukushking Date: Wed, 22 Oct 2025 11:07:19 +0100 Subject: [PATCH] chore: replace pr linting action --- .github/workflows/pr-linter.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-linter.yml b/.github/workflows/pr-linter.yml index 28eccd549..c27d559d7 100644 --- a/.github/workflows/pr-linter.yml +++ b/.github/workflows/pr-linter.yml @@ -10,10 +10,11 @@ on: jobs: lint: + name: Validate PR title runs-on: ubuntu-latest permissions: - statuses: write + pull-requests: read steps: - - uses: aslafy-z/conventional-pr-title-action@v3 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file