Skip to content

Commit c679d40

Browse files
authored
Train against dotnet/dotnet-api-docs
1 parent 76002bf commit c679d40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/labeler-train.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
data_cache_key: ${{ inputs.cache_key_suffix }}
9191
issue_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
9292
label_prefix: "area-"
93+
repository: dotnet/dotnet-api-docs
9394

9495
labeler-train-issues:
9596
needs: labeler-download-issues
@@ -109,6 +110,7 @@ jobs:
109110
model_cache_key: ${{ inputs.cache_key_suffix }}
110111
label_prefix: "area-"
111112
threshold: 0.40
113+
repository: dotnet/dotnet-api-docs
112114

113115
labeler-download-pulls:
114116
needs: build-predictor
@@ -122,6 +124,7 @@ jobs:
122124
pull_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
123125
page_size: ${{ inputs.pull_page_size && fromJSON(inputs.pull_page_size) || 1 }}
124126
label_prefix: "area-"
127+
repository: dotnet/dotnet-api-docs
125128

126129
labeler-train-pulls:
127130
needs: labeler-download-pulls
@@ -141,3 +144,4 @@ jobs:
141144
model_cache_key: ${{ inputs.cache_key_suffix }}
142145
label_prefix: "area-"
143146
threshold: 0.40
147+
repository: dotnet/dotnet-api-docs

0 commit comments

Comments
 (0)