Advanced LLM Evaluation Implementation (#205)

Co-authored-by: Auto-GPT-Bot <github-bot@agpt.co>
This commit is contained in:
Silen Naihin
2023-07-29 10:26:19 +01:00
committed by GitHub
parent d284cd4295
commit f07e7b60d4
10 changed files with 1804 additions and 24 deletions

View File

@@ -1,8 +1,15 @@
name: PR Agent Workflow
permissions:
issues: write
pull-requests: write
on:
pull_request:
issue_comment:
jobs:
pr_agent_job:
permissions: write-all
runs-on: ubuntu-latest
name: Run pr agent on every pull request, respond to user comments
steps: