Skip to content

Commit

Permalink
fix: bump default request timeout to 10min to match documentation (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Dec 6, 2023
1 parent 21fb643 commit 16d2d96
Showing 1 changed file with 21 additions and 0 deletions.
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/main' && github.repository == 'anthropics/anthropic-bedrock-typescript'
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 16d2d96

Please # to comment.