File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
build-predictor :
13
13
permissions :
14
14
actions : write
15
- uses : dotnet/issue-labeler/.github/workflows/build-predictor.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
15
+ uses : dotnet/issue-labeler/.github/workflows/build-predictor.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
16
16
with :
17
17
rebuild : ${{ inputs.rebuild }}
Original file line number Diff line number Diff line change 10
10
cache-retention :
11
11
# Do not run the workflow on forks outside the 'dotnet' org
12
12
if : ${{ github.repository_owner == 'dotnet' }}
13
- uses : dotnet/issue-labeler/.github/workflows/cache-retention.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
13
+ uses : dotnet/issue-labeler/.github/workflows/cache-retention.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
Original file line number Diff line number Diff line change 23
23
if : ${{ github.repository_owner == 'dotnet' && (inputs.issue_numbers || github.event.issue.number) }}
24
24
permissions :
25
25
issues : write
26
- uses : dotnet/issue-labeler/.github/workflows/predict-issues.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
26
+ uses : dotnet/issue-labeler/.github/workflows/predict-issues.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
27
27
with :
28
28
model_cache_key : ${{ inputs.model_cache_key }}
29
29
issue_numbers : ${{ inputs.issue_numbers || github.event.issue.number }}
Original file line number Diff line number Diff line change 34
34
if : ${{ github.repository_owner == 'dotnet' && (inputs.pull_numbers || github.event.number) }}
35
35
permissions :
36
36
pull-requests : write
37
- uses : dotnet/issue-labeler/.github/workflows/predict-pulls.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
37
+ uses : dotnet/issue-labeler/.github/workflows/predict-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
38
38
with :
39
39
model_cache_key : ${{ inputs.model_cache_key }}
40
40
pull_numbers : ${{ inputs.pull_numbers || github.event.number }}
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ permissions:
29
29
jobs :
30
30
labeler-promote-issues :
31
31
if : ${{ inputs.promote_issues }}
32
- uses : dotnet/issue-labeler/.github/workflows/promote-issues.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
32
+ uses : dotnet/issue-labeler/.github/workflows/promote-issues.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
33
33
with :
34
34
model_cache_key : ${{ inputs.model_cache_key }}
35
35
backup_cache_key : ${{ inputs.backup_cache_key }}
36
36
37
37
labeler-promote-pulls :
38
38
if : ${{ inputs.promote_pulls }}
39
- uses : dotnet/issue-labeler/.github/workflows/promote-pulls.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
39
+ uses : dotnet/issue-labeler/.github/workflows/promote-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
40
40
with :
41
41
model_cache_key : ${{ inputs.model_cache_key }}
42
42
backup_cache_key : ${{ inputs.backup_cache_key }}
Original file line number Diff line number Diff line change 46
46
issues : read
47
47
pull-requests : read
48
48
actions : write
49
- uses : dotnet/issue-labeler/.github/workflows/train.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
49
+ uses : dotnet/issue-labeler/.github/workflows/train.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
50
50
with :
51
51
download_issues : ${{ inputs.download_issues }}
52
52
train_issues : ${{ inputs.train_issues }}
You can’t perform that action at this time.
0 commit comments