Skip to content

Commit

Permalink
Merge pull request #2939 from h1alexbel/patch-1
Browse files Browse the repository at this point in the history
reports-check.yml
  • Loading branch information
yegor256 committed Mar 15, 2024
2 parents 2bba97c + 9ef654c commit 9ecb995
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/reports-check.yml
@@ -0,0 +1,17 @@
---
name: reports-check
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: tracehubpm/reports-check-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_token: ${{ secrets.OPENAI_TOKEN }}

0 comments on commit 9ecb995

Please sign in to comment.