Skip to content

fix(ai-module): add retries in the requests #31

fix(ai-module): add retries in the requests

fix(ai-module): add retries in the requests #31

name: "[chore] Enforce CLA on forks 🍴"
on:
pull_request:
jobs:
cla:
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.head.repo.full_name != 'unique-ag/ai' }}
steps:
- run: |
echo "This repository is not accepting pull requests from forks as of today. Please get in touch with the maintainers to sign the CLA."
exit 1