Skip to content

Bump idna from 3.4 to 3.7 #5

Bump idna from 3.4 to 3.7

Bump idna from 3.4 to 3.7 #5

Workflow file for this run

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target'}}
steps:
- uses: actions/checkout@v4
- name: Merge PR
env:
GH_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}
shell: bash
run: gh pr merge