File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
` labeler ` is a GitHub app that automatically labels newly created issues for you
4
4
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 ) .
6
6
7
7
![ img] ( ./img/example-label.png )
8
8
9
9
We currently use it on [ ` coder/coder ` ] ( https://github.com/coder/coder ) and
10
10
[ ` coder/code-server ` ] ( https://github.com/coder/code-server ) .
11
11
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
+
12
18
## Architecture
13
19
14
20
The labeler uses a GPT-4 completion with the past 100 opened issues instead of
You can’t perform that action at this time.
0 commit comments