Skip to content

fix(scrapers): Use RequestQueue directly to avoid excessive RQ writes on runs with large startUrls list #953

fix(scrapers): Use RequestQueue directly to avoid excessive RQ writes on runs with large startUrls list

fix(scrapers): Use RequestQueue directly to avoid excessive RQ writes on runs with large startUrls list #953

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types: [opened, edited, synchronize]
jobs:
check_pr_title:
name: 'Check PR title'
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}