Skip to content

Commit

Permalink
Merge pull request #12 from tracehubpm/skeleton
Browse files Browse the repository at this point in the history
feat(#10): print incoming body
  • Loading branch information
h1alexbel committed Mar 9, 2024
2 parents d72016c + c52b2d5 commit c601406
Show file tree
Hide file tree
Showing 12 changed files with 39,010 additions and 8 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/reports-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: reports-check
on:
issues:
types: [opened]
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: tracehubpm/reports-check-action@master
with:
openai_token: ${{ secrets.OPENAI_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ target/
.classpath
.recommenders
.mvn/wrapper/maven-wrapper.jar
.factorypath
.factorypath
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ inputs:
default: 'gpt-4'
runs:
using: node20
main: lib/main.js
main: dist/index.js
Loading

0 comments on commit c601406

Please sign in to comment.