We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81581c commit 1c46047Copy full SHA for 1c46047
.github/workflows/pr-linter.yml
@@ -10,10 +10,11 @@ on:
10
11
jobs:
12
lint:
13
+ name: Validate PR title
14
runs-on: ubuntu-latest
15
permissions:
- statuses: write
16
+ pull-requests: read
17
steps:
- - uses: aslafy-z/conventional-pr-title-action@v3
18
+ - uses: amannn/action-semantic-pull-request@v6
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments