Skip to content

Commit bcc83fc

Browse files
task: bump version to v0.2.0-beta (#203)
1 parent c03f8af commit bcc83fc

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Install the action in your repository using our installation script:
1212
curl -fsSL https://raw.githubusercontent.com/h2oai/h2ogpte-action/refs/heads/main/installation.sh | sh -s < /dev/tty
1313
```
1414

15+
Running the installation script will lock the action to the latest [tag version](https://github.com/h2oai/h2ogpte-action/tags).
16+
1517
## 💬 Basic Usage
1618

1719
Once installed, simply mention `@h2ogpte` in any comment, issue, or pull request:

examples/custom_workflows/h2ogpte_auto_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: h2oGPTe Auto Docs Agent
2020
id: h2ogpte-agent-assistant
21-
uses: h2oai/h2ogpte-action@main
21+
uses: h2oai/h2ogpte-action@v0.2.0-beta
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
h2ogpte_api_key: ${{ secrets.H2OGPTE_API_KEY }}

examples/custom_workflows/h2ogpte_auto_issue_context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: h2oGPTe Auto Issue Context
1919
id: h2ogpte-agent-assistant
20-
uses: h2oai/h2ogpte-action@main
20+
uses: h2oai/h2ogpte-action@v0.2.0-beta
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
h2ogpte_api_key: ${{ secrets.H2OGPTE_API_KEY }}

examples/custom_workflows/h2ogpte_auto_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: h2oGPTe Auto Review Agent
2020
id: h2ogpte-agent-assistant
21-
uses: h2oai/h2ogpte-action@main
21+
uses: h2oai/h2ogpte-action@v0.2.0-beta
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
h2ogpte_api_key: ${{ secrets.H2OGPTE_API_KEY }}

examples/custom_workflows/h2ogpte_auto_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: h2oGPTe Auto Test Generator
2020
id: h2ogpte-agent-assistant
21-
uses: h2oai/h2ogpte-action@main
21+
uses: h2oai/h2ogpte-action@v0.2.0-beta
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
h2ogpte_api_key: ${{ secrets.H2OGPTE_API_KEY }}

examples/h2ogpte.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: h2oGPTe Agent Assistant
3333
id: h2ogpte-agent-assistant
34-
uses: h2oai/h2ogpte-action@main
34+
uses: h2oai/h2ogpte-action@v0.2.0-beta
3535
with:
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
h2ogpte_api_key: ${{ secrets.H2OGPTE_API_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h2o-ai/h2ogpte-action",
3-
"version": "0.1.0",
3+
"version": "0.2.0-beta",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --ext .ts,.js",

0 commit comments

Comments
 (0)