Skip to content

Commit

Permalink
No new commits detected. (#27)
Browse files Browse the repository at this point in the history
* 🔧 Generate PR Description Workflowの設定を更新し、コミットログ履歴制限を削除

* 🔧 README.ja.mdのプルリクエストトリガーを更新し、対象ブランチをmainに変更

* 🔧 README.ja.mdからpull-requestsの権限を削除

* 🔧 README.ja.mdのプルリクエストトリガーに新しいタイプを追加

* 🔧 README.mdのプルリクエストトリガーにmainブランチを追加

* 🔧 generate-pr-description-actionのバージョンをv0.0.1-alphaからv0.0.21-alphaに更新

* 🔧 generate-pr-description.ymlのプルリクエストトリガーに新しいタイプを追加

* 🔧 generate-pr-description.ymlのワークフロー名を「OpenIA Generate PR Description」から「OpenAI Generate PR Title and Description」に変更

* 🔧 .gitignoreファイルを追加し、各プラットフォームや言語に関連する無視するファイルのルールを定義

* 🔧 generate-pr-description.ymlのワークフローを最適化し、パフォーマンスを向上させるための設定を調整
  • Loading branch information
tqer39 authored Nov 3, 2024
1 parent c920556 commit 32b7975
Show file tree
Hide file tree
Showing 5 changed files with 610 additions and 7 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate-pr-description.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
name: OpenIA Generate PR Description
name: OpenAI Generate PR Title and Description

on:
pull_request:
branches:
- main
types:
- opened
- synchronize

jobs:
generate-pr-description:
Expand All @@ -28,7 +31,6 @@ jobs:

- name: Generate PR Title and Description
env:
COMMIT_LOG_HISTORY_LIMIT: 70
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_MODEL: "gpt-4o"
run: |
Expand Down
Loading

0 comments on commit 32b7975

Please sign in to comment.