Skip to content

build(deps): bump aiohttp from 3.10.2 to 3.10.11 in the pip group across 1 directory #26

build(deps): bump aiohttp from 3.10.2 to 3.10.11 in the pip group across 1 directory

build(deps): bump aiohttp from 3.10.2 to 3.10.11 in the pip group across 1 directory #26

Workflow file for this run

name: Greetings
on:
pull_request_target:
types:
- opened
issues:
types:
- opened
jobs:
greeting:
runs-on: ubuntu-latest
if: ${{ github.actor != 'all-contributors[bot]' && github.actor != 'ryansurf' }}
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
👋 Hi! Thanks for opening your first issue!
• We're excited to see your contribution.
• If you find this project helpful, please consider giving it a star ⭐
• Your support means a lot to us! 😊
pr-message: |
👋 Hi! Thanks for submitting your first pull request!
• We appreciate your effort to improve this project.
• If you're enjoying your experience, please consider giving us a star ⭐
• It helps us grow and motivates us to keep improving! 🚀