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

Addon for blocking request/response transformers #192

Addon for blocking request/response transformers

Addon for blocking request/response transformers #192

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: "Hello and welcome! Before contributing to this project, please make sure you review and agree with the CLA: https://github.com/Proxati/llm_proxy/blob/main/CLA.md"
pr-message: "Thank you for your contribution to our project. Before proceeding, please review and agree to the Contributor License Agreement (CLA) https://github.com/Proxati/llm_proxy/blob/main/CLA.md - By submitting this and any future pull requests, you are agreeing to the terms outlined in the CLA."