Skip to content

Commit 2604682

Browse files
committed
Bump 0.5.1
1 parent 2a3800d commit 2604682

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pull-requests: write
3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: jlowin/[email protected].0
40+
- uses: jlowin/[email protected].1
4141
with:
4242
include-repo-labels: true # Set to false if you're providing a config file with labels
4343
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
@@ -67,7 +67,7 @@ By default, the AI labeler will use all labels found in your repository, as well
6767
To disable this behavior, set `include-repo-labels` to `false`. In this case, the AI will only use labels defined in your config file. See the fine-tuning section below for more details.
6868

6969
```yaml
70-
- uses: jlowin/[email protected].0
70+
- uses: jlowin/[email protected].1
7171
with:
7272
include-repo-labels: false # Only use labels defined in config
7373
```
@@ -82,7 +82,7 @@ You must specify an LLM provider and provide an API key. You can use either Open
8282
By default, the AI labeler uses OpenAI's `gpt-4o-mini` model. This is an excellent and affordable choice for most users. However, 4o-mini can get confused by complex per-label instructions. You can specify a different model if you'd like:
8383

8484
```yaml
85-
- uses: jlowin/[email protected].0
85+
- uses: jlowin/[email protected].1
8686
with:
8787
controlflow-llm-model: openai/gpt-4o-mini
8888
```
@@ -98,7 +98,7 @@ Note that you must provide an appropriate API key for your selected LLM provider
9898
#### OpenAI
9999

100100
```yaml
101-
- uses: jlowin/[email protected].0
101+
- uses: jlowin/[email protected].1
102102
with:
103103
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
104104
@@ -111,7 +111,7 @@ Set your OpenAI API key as a repository secret named `OPENAI_API_KEY`. Since the
111111
#### Anthropic
112112

113113
```yaml
114-
- uses: jlowin/[email protected].0
114+
- uses: jlowin/[email protected].1
115115
with:
116116
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
117117
@@ -126,7 +126,7 @@ Set your Anthropic API key as a repository secret named `ANTHROPIC_API_KEY`. To
126126
By default, the action looks for additional configuration in `.github/ai-labeler.yml`. You can specify a different location:
127127

128128
```yaml
129-
- uses: jlowin/[email protected].0
129+
- uses: jlowin/[email protected].1
130130
with:
131131
config-path: .github/my-custom-config.yml
132132
```

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ai-labeler"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "GitHub Action that uses LLMs to label issues and PRs"
55
readme = "README.md"
66
requires-python = ">=3.12"

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)