Skip to content

feat(copilot): replace custom vote system with PostHog thumb survey #1169

feat(copilot): replace custom vote system with PostHog thumb survey

feat(copilot): replace custom vote system with PostHog thumb survey #1169

Workflow file for this run

name: Validate PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
refactor