Skip to content

Commit

Permalink
Merge pull request #7 from segersniels/chore/prompt
Browse files Browse the repository at this point in the history
chore: adjust prompt slightly
  • Loading branch information
segersniels authored Oct 1, 2024
2 parents 11d3c35 + 47b4b2e commit 1b16e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: build clean run version

BINARY_NAME=propr
VERSION=2.5.0
VERSION=2.5.1
BUILD_DIR=bin

GOFLAGS=CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
const SYSTEM_MESSAGE = `You will be asked to write a concise GitHub PR description based on a provided git diff.
Analyze the code changes and provide a concise explanation of the changes, their context and why they were made.
If the provided message is not a diff respond with an appropriate message.
Don't surround your description in backticks but still write GitHub supported markdown.`
Answer with only the description in GitHub supported markdown.`

var FILES_TO_IGNORE = []string{
"package-lock.json",
Expand Down

0 comments on commit 1b16e4b

Please sign in to comment.