Skip to content

Commit 3c294fa

Browse files
authored
ci: use apify/actions/pr-title-check wrapper for PR title checks (#1009)
1 parent 175393f commit 3c294fa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/on_pull_request.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
name: PR title check
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: amannn/action-semantic-pull-request@v6.1.1
17-
env:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
- uses: apify/actions/pr-title-check@v1.3.0
1917

2018
checks:
2119
name: Checks

0 commit comments

Comments
 (0)