File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 issues : write
3535 contents : read
3636 steps :
37- - uses : workflowkit/issue-assistant@v1
37+ - uses : workflowkit/issue-assistant@v1.0.0
3838 with :
3939 github_token : ${{ secrets.GITHUB_TOKEN }}
4040 ai_type : " openai" # or "claude"
@@ -72,7 +72,7 @@ That's it! Now when someone opens an issue:
7272
7373# ## Using with OpenAI:
7474` ` ` yaml
75- - uses: workflowkit/issue-assistant@v1
75+ - uses: workflowkit/issue-assistant@v1.0.0
7676 with:
7777 github_token: ${{ secrets.GITHUB_TOKEN }}
7878 ai_type: "openai"
@@ -82,7 +82,7 @@ That's it! Now when someone opens an issue:
8282
8383# ## Using with Claude:
8484` ` ` yaml
85- - uses: workflowkit/issue-assistant@v1
85+ - uses: workflowkit/issue-assistant@v1.0.0
8686 with:
8787 github_token: ${{ secrets.GITHUB_TOKEN }}
8888 ai_type: "claude"
@@ -92,7 +92,7 @@ That's it! Now when someone opens an issue:
9292
9393# ## Enable All Features:
9494` ` ` yaml
95- - uses: workflowkit/issue-assistant@v1
95+ - uses: workflowkit/issue-assistant@v1.0.0
9696 with:
9797 github_token: ${{ secrets.GITHUB_TOKEN }}
9898 ai_type: "openai"
You can’t perform that action at this time.
0 commit comments