Skip to content

feat: Midnight Theme Gradients Integration #196

feat: Midnight Theme Gradients Integration

feat: Midnight Theme Gradients Integration #196

Workflow file for this run

name: Semantic PR
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
pr-title:
name: PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}