Skip to content

Commit dd46b14

Browse files
Apply suggestions from code review
Co-authored-by: Jeff Handley <[email protected]>
1 parent 66c13e5 commit dd46b14

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/labeler-cache-retention.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Labeler: Cache Retention"
22

33
on:
44
schedule:
5-
- cron: "6 3 * * *" # 3:06 every day (arbitrary time daily, modified to different values in each repository)
5+
- cron: "39 3 * * *" # 3:39 every day (arbitrary time daily, modified to different values in each repository)
66

77
workflow_dispatch:
88

.github/workflows/labeler-predict-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
model_cache_key: ${{ inputs.model_cache_key }}
2929
issue_numbers: ${{ inputs.issue_numbers || github.event.issue.number }}
30-
label_prefix: "area-"
30+
label_prefix: "Area-"
3131
threshold: 0.40
3232
default_label: "needs-area-label"

.github/workflows/labeler-predict-pulls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
with:
3939
model_cache_key: ${{ inputs.model_cache_key }}
4040
pull_numbers: ${{ inputs.pull_numbers || github.event.number }}
41-
label_prefix: "area-"
41+
label_prefix: "Area-"
4242
threshold: 0.40
4343
default_label: "needs-area-label"

.github/workflows/labeler-train.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
test_pulls: ${{ inputs.test_pulls }}
5757
data_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
5858
cache_key_suffix: ${{ inputs.cache_key_suffix }}
59-
label_prefix: "area-"
59+
label_prefix: "Area-"
6060
threshold: 0.40

0 commit comments

Comments
 (0)