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 1212 build-predictor :
1313 permissions :
1414 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
1616 with :
1717 rebuild : ${{ inputs.rebuild }}
Original file line number Diff line number Diff line change 1010 cache-retention :
1111 # Do not run the workflow on forks outside the 'dotnet' org
1212 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 2323 if : ${{ github.repository_owner == 'dotnet' && (inputs.issue_numbers || github.event.issue.number) }}
2424 permissions :
2525 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
2727 with :
2828 model_cache_key : ${{ inputs.model_cache_key }}
2929 issue_numbers : ${{ inputs.issue_numbers || github.event.issue.number }}
Original file line number Diff line number Diff line change 3535 if : ${{ github.repository_owner == 'dotnet' && (inputs.pull_numbers || github.event.number) }}
3636 permissions :
3737 pull-requests : write
38- uses : dotnet/issue-labeler/.github/workflows/predict-pulls.yml@3fe21fbd027653d2263d259333b154d33c157572 # v1.0.0
38+ uses : dotnet/issue-labeler/.github/workflows/predict-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
3939 with :
4040 model_cache_key : ${{ inputs.model_cache_key }}
4141 pull_numbers : ${{ inputs.pull_numbers || github.event.number }}
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ permissions:
2929jobs :
3030 labeler-promote-issues :
3131 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
3333 with :
3434 model_cache_key : ${{ inputs.model_cache_key }}
3535 backup_cache_key : ${{ inputs.backup_cache_key }}
3636
3737 labeler-promote-pulls :
3838 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
4040 with :
4141 model_cache_key : ${{ inputs.model_cache_key }}
4242 backup_cache_key : ${{ inputs.backup_cache_key }}
Original file line number Diff line number Diff line change 4646 issues : read
4747 pull-requests : read
4848 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
5050 with :
5151 download_issues : ${{ inputs.download_issues }}
5252 train_issues : ${{ inputs.train_issues }}
You can’t perform that action at this time.
0 commit comments