Skip to content

Fix breakage with aiohttp>=3.10.0 when using GCM and an HTTP proxy #425

Fix breakage with aiohttp>=3.10.0 when using GCM and an HTTP proxy

Fix breakage with aiohttp>=3.10.0 when using GCM and an HTTP proxy #425

Workflow file for this run

name: Changelog
on: [pull_request]
jobs:
check-newsfile:
if: ${{ github.base_ref == 'main' || contains(github.base_ref, 'release-') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.sha}}
- uses: actions/setup-python@v4
with:
python-version: "3.11"
- run: python -m pip install towncrier
- run: "scripts-dev/check_newsfragment.sh ${{ github.event.number }}"