8000 README: add note on configuration via natural language · coder/labeler@061baf6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 061baf6

Browse files
committed
README: add note on configuration via natural language
1 parent 70c0d88 commit 061baf6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
`labeler` is a GitHub app that automatically labels newly created issues for you
44
based on your past labelling decisions. You can install it on your repo
5-
[**here**](https://github.com/apps/coder-labeler).
5+
[**here**](https://github.com/marketplace/coder-labeler).
66

77
![img](./img/example-label.png)
88

99
We currently use it on [`coder/coder`](https://github.com/coder/coder) and
1010
[`coder/code-server`](https://github.com/coder/code-server).
1111

12+
## Configuration
13+
14+
The labeler is configured by your label descriptions. For example, prevent the labeler from adding a `roadmap` label
15+
by adding "Only humans may set this label" to the your `roadmap` label description. In this way, the labeler
16+
interprets your label system in the same way a human would.
17+
1218
## Architecture
1319

1420
The labeler uses a GPT-4 completion with the past 100 opened issues instead of

0 commit comments

Comments
 (0)
0