We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9e774 commit 706e57bCopy full SHA for 706e57b
.github/workflows/reports-check.yml
@@ -0,0 +1,15 @@
1
+---
2
+name: reports-check
3
+on:
4
+ issues:
5
+ types: [opened]
6
+jobs:
7
+ check:
8
+ runs-on: ubuntu-22.04
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - uses: tracehubpm/reports-check-action@master
12
+ with:
13
+ github_token: ${{ secrets.GITHUB_TOKEN }}
14
+ #deepinfra_token: ${{ secrets.DEEPINFRA_TOKEN }}
15
+ openai_token: ${{ secrets.OPENAI_TOKEN }}
0 commit comments