Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

feat: Improve httpclient #671

feat: Improve httpclient

feat: Improve httpclient #671

name: Greet first time contributors
on: [pull_request, 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: 'Thank you for your first contribution! 🥳'
pr-message: 'Thank you for your first contribution! 🥳'