Skip to content

fix: Replace home banner with news carousel. #205

fix: Replace home banner with news carousel.

fix: Replace home banner with news carousel. #205

Workflow file for this run

name: "lint-pr-title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
pr-title:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}