DUX-8223: Map Bedrock 'too many tokens, please wait' 429 to RateLimitError #12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR | |
| on: | |
| pull_request: | |
| branches: ["main"] | |
| permissions: | |
| contents: read | |
| concurrency: | |
| group: pr-${{ github.event.pull_request.number || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| gitleaks: | |
| uses: ./.github/workflows/_gitleaks.yml | |
| lint: | |
| name: RuboCop | |
| uses: ./.github/workflows/_lint.yml | |
| with: | |
| ruby-version: "4.0" | |
| bundler-cache: false | |
| test: | |
| uses: ./.github/workflows/_test-matrix.yml | |
| with: | |
| bundler-cache: false | |
| secrets: inherit |