Skip to content

Commit 294f35e

Browse files
authored
chore: replace pr linting action (#3215)
1 parent c81581c commit 294f35e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-linter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ on:
1010

1111
jobs:
1212
lint:
13+
name: Validate PR title
1314
runs-on: ubuntu-latest
1415
permissions:
15-
statuses: write
16+
pull-requests: read
1617
steps:
17-
- uses: aslafy-z/conventional-pr-title-action@v3
18+
- uses: amannn/action-semantic-pull-request@v6
1819
env:
1920
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)