Skip to content

Commit 40dedb0

Browse files
committed
issue-labeler workflow customization for dotnet/dotnet-api-docs
1 parent 89100b7 commit 40dedb0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: "Labeler: Cache Retention"
66

77
on:
88
schedule:
9-
- cron: "42 18 * * *" # 18:42 every day (arbitrary time daily)
9+
- cron: "13 6 * * *" # 6:13 every day (arbitrary time daily)
1010

1111
workflow_dispatch:
1212
inputs:

.github/workflows/labeler-train.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ on:
2525
- "Train Model"
2626
- "Test Model"
2727

28-
repository:
29-
description: "The org/repo to download data from. Defaults to the current repository."
3028
limit:
3129
description: "Max number of items to download for training/testing the model (newest items are used). Defaults to the max number of pages times the page size."
3230
type: number
@@ -43,7 +41,7 @@ on:
4341

4442
env:
4543
CACHE_KEY: ${{ inputs.cache_key_suffix }}
46-
REPOSITORY: ${{ inputs.repository || github.repository }}
44+
REPOSITORY: ${{ github.repository }}
4745
LABEL_PREFIX: "area-"
4846
THRESHOLD: "0.40"
4947
LIMIT: ${{ inputs.limit }}

0 commit comments

Comments
 (0)