Skip to content

Commit 1ef8476

Browse files
committed
Bump to issue-labeler v1.0.1
1 parent 7ae558d commit 1ef8476

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/labeler-build-predictor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
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 }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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 }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
if: ${{ github.repository_owner == 'dotnet' && (inputs.pull_numbers || github.event.number) }}
3535
permissions:
3636
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
3838
with:
3939
model_cache_key: ${{ inputs.model_cache_key }}
4040
pull_numbers: ${{ inputs.pull_numbers || github.event.number }}

.github/workflows/labeler-promote.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ permissions:
2929
jobs:
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 }}

.github/workflows/labeler-train.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)