Commit 3d63cf25

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2023-12-06 09:04:32
ci: remove PR title linter (#934)
1 parent f61de99
Changed files (1)
.github
workflows
.github/workflows/lint-pr.yml
@@ -1,21 +0,0 @@
-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/main' && github.repository == 'openai/openai-python'
-    steps:
-      - uses: amannn/action-semantic-pull-request@v5
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}