Skip to content

Bump anyio from 3.6.2 to 4.8.0 #345

Bump anyio from 3.6.2 to 4.8.0

Bump anyio from 3.6.2 to 4.8.0 #345

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for opening your first issue in this project. A maintainer will follow up in an hour or so."
pr-message: "Thanks for your contribution to this project. A maintainer will follow up in an hour or so."