File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 45
45
required : true
46
46
default : " staging"
47
47
48
+ permissions :
49
+ issues : read
50
+ pull-requests : read
51
+ actions : write
52
+
48
53
jobs :
49
54
# Without specifying a pageSize of 1 for downloading pull requests, the requests time out
50
55
# Directly invoking the individual workflows until https://github.com/dotnet/issue-labeler/issues/97 is addressed
68
73
# threshold: 0.40
69
74
70
75
build-predictor :
71
- permissions :
72
- issues : read
73
- pull-requests : read
74
- actions : write
75
76
uses : dotnet/issue-labeler/.github/workflows/build-predictor.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
76
77
77
78
labeler-download-issues :
@@ -115,7 +116,7 @@ jobs:
115
116
with :
116
117
data_cache_key : ${{ inputs.cache_key_suffix }}
117
118
pull_limit : ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
118
- page_size : ${{ inputs.pull_page_size }}
119
+ page_size : ${{ inputs.pull_page_size && fromJSON(inputs.pull_page_size) || 1 }}
119
120
label_prefix : " area-"
120
121
121
122
labeler-train-pulls :
You can’t perform that action at this time.
0 commit comments