Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit 5e0521c

Browse files
committed
ci: use apify/actions/pr-title-check wrapper for PR title checks
1 parent 0eb9422 commit 5e0521c

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
@@ -9,9 +9,7 @@ jobs:
99
name: PR title check
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: amannn/action-semantic-pull-request@v6.1.1
13-
env:
14-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
- uses: apify/actions/pr-title-check@v1.3.0
1513

1614
checks:
1715
name: Checks

0 commit comments

Comments
 (0)