Skip to content

Commit

Permalink
Merge branch 'main' into decode-and-encode
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLinearB committed Sep 1, 2024
2 parents 11b1637 + 2201cf3 commit 6f08e42
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .cm/ask-ai.cm
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
-*- mode: yaml -*-

manifest:
version: 1.0

triggers:
on:
- pr_created
- commit
automations:
describe_pr:
if:
- true
run:
- action: add-comment@v1
args:
comment: "{{ source | askAI("based on the given context, describe in plain english the changes introduced in this PR.", env.OPEN_AI_TOKEN) | prependTitle("gitStream Describe PR") | encode }}"

0 comments on commit 6f08e42

Please sign in to comment.