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 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
You can’t perform that action at this time.
0 commit comments