Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,10 @@ name: PR
on:
pull_request:
types:
- edited
- opened
- synchronize

jobs:
lint-pr-title:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- name: Validate conventional commit format
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Mirrors changelog-sections in release-please-config.json
types: |
feat
fix
infra
ci
docs
deps
perf
refactor
test
chore

qa:
name: Check software quality
runs-on: ubuntu-latest
Expand Down