Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHinsh committed Jul 16, 2024
1 parent 9369d89 commit 7cb60e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:

# Code Review
code-review:
name: "Code Review Bot"
name: "Code Review Bot "
runs-on: ubuntu-latest
needs: [Setup]
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/opencommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:
OCO_OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

# customization
OCO_TOKENS_MAX_INPUT: 4096
OCO_TOKENS_MAX_INPUT: 1100
OCO_TOKENS_MAX_OUTPUT: 500
OCO_OPENAI_BASE_PATH: ''
OCO_DESCRIPTION: false
OCO_EMOJI: false
OCO_MODEL: gpt-3.5-turbo
OCO_MODEL: gpt-4
OCO_LANGUAGE: en
OCO_PROMPT_MODULE: conventional-commit
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
stale-pr-label: 'no-pr-activity'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days'
stale-pr-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days'
days-before-stale: 30
days-before-close: 10
days-before-stale: 90
days-before-close: 30
exempt-issue-label: 'enhancement'

0 comments on commit 7cb60e7

Please sign in to comment.