Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 4.21.0 #545

Prev Previous commit
Next Next commit
ci: ensure PR titles use conventional commits (#551)
  • Loading branch information
stainless-bot authored Dec 4, 2023
commit bb09e55806b5f4ce08bf18a84ebb8425dd379617
21 changes: 21 additions & 0 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: read

jobs:
pr_title:
name: Validate PR title
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.repository == 'openai/openai-node'
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}