Skip to content

deps: Upgrade aiohttp (3.10.6 -> 3.10.8) along with yarl (1.12.1 -> 1.13.1) (#2874) #11137

deps: Upgrade aiohttp (3.10.6 -> 3.10.8) along with yarl (1.12.1 -> 1.13.1) (#2874)

deps: Upgrade aiohttp (3.10.6 -> 3.10.8) along with yarl (1.12.1 -> 1.13.1) (#2874) #11137

Workflow file for this run

name: docs-preview
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
permissions:
pull-requests: write
jobs:
docs-preview-links-:
if: ${{ contains(github.event.pull_request.labels.*.name, 'area:docs') && github.event.pull_request.merged == false }}
runs-on: ubuntu-latest
steps:
- name: Make a link to the doc preview build (en)
uses: readthedocs/actions/preview@v1
with:
project-slug: "sorna"
- name: Make a link to the doc preview build (ko)
uses: readthedocs/actions/preview@v1
with:
project-slug: "sorna-ko"
project-language: "ko"