This repository has been archived by the owner on Sep 28, 2024. It is now read-only.
add Merge methods to proxyRequest and ProxyResponse, and MarshalJSON to LDC #174
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |