File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Perform an issue analysis
2+
3+ on :
4+ issue_comment :
5+ types : [created]
6+
7+ permissions :
8+ issues : write
9+ checks : read
10+ contents : read
11+
12+ jobs :
13+ pipeline :
14+ uses : rasmus/workflow-review/.github/workflows/analyze.yaml@v2
15+ with :
16+ issue_number : ${{ github.event.issue.number }}
17+ allowlist : " rasmus"
18+ secrets :
19+ openai_api_key : ${{ secrets.OPENAI_API_KEY }}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
1212
1313jobs :
1414 pipeline :
15- uses : rasmus/workflow-review/.github/workflows/pipeline .yaml@v1
15+ uses : rasmus/workflow-review/.github/workflows/review .yaml@v2
1616 with :
1717 pull_request_number : ${{ github.event.issue.number }}
1818 allow_drafts : " true"
You can’t perform that action at this time.
0 commit comments