refactor: remove unused AI PR body generator step

This commit is contained in:
Prad Nukala 2024-12-24 11:49:42 -05:00
parent 5eb1f0d0a9
commit e2735d5cd1

View File

@ -22,10 +22,6 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
- name: AI PR Body Generator
uses: jbrocher/auto-pr-body-generator@v0.2.2
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
test-builds: test-builds:
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'