File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 90
90
data_cache_key : ${{ inputs.cache_key_suffix }}
91
91
issue_limit : ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
92
92
label_prefix : " area-"
93
+ repository : dotnet/dotnet-api-docs
93
94
94
95
labeler-train-issues :
95
96
needs : labeler-download-issues
@@ -109,6 +110,7 @@ jobs:
109
110
model_cache_key : ${{ inputs.cache_key_suffix }}
110
111
label_prefix : " area-"
111
112
threshold : 0.40
113
+ repository : dotnet/dotnet-api-docs
112
114
113
115
labeler-download-pulls :
114
116
needs : build-predictor
@@ -122,6 +124,7 @@ jobs:
122
124
pull_limit : ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
123
125
page_size : ${{ inputs.pull_page_size && fromJSON(inputs.pull_page_size) || 1 }}
124
126
label_prefix : " area-"
127
+ repository : dotnet/dotnet-api-docs
125
128
126
129
labeler-train-pulls :
127
130
needs : labeler-download-pulls
@@ -141,3 +144,4 @@ jobs:
141
144
model_cache_key : ${{ inputs.cache_key_suffix }}
142
145
label_prefix : " area-"
143
146
threshold : 0.40
147
+ repository : dotnet/dotnet-api-docs
You can’t perform that action at this time.
0 commit comments