Skip to content

Commit 6e93308

Browse files
committed
Revert "Use different commits (dotnet#11079)"
This reverts commit 3d594d1.
1 parent 3d594d1 commit 6e93308

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/labeler-train.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
# threshold: 0.40
6969

7070
build-predictor:
71-
uses: dotnet/issue-labeler/.github/workflows/build-predictor.yml@68a3df3b6444ec3e2a37af4d5e2569df1d45201d # v1.0.1
71+
uses: dotnet/issue-labeler/.github/workflows/build-predictor.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
7272

7373
labeler-download-issues:
7474
needs: build-predictor
7575
if: ${{ inputs.download_issues }}
7676
permissions:
7777
issues: read
7878
actions: write
79-
uses: dotnet/issue-labeler/.github/workflows/download-issues.yml@68a3df3b6444ec3e2a37af4d5e2569df1d45201d # v1.0.1
79+
uses: dotnet/issue-labeler/.github/workflows/download-issues.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
8080
with:
8181
data_cache_key: ${{ inputs.cache_key_suffix }}
8282
issue_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
@@ -87,15 +87,15 @@ jobs:
8787
if: ${{ inputs.train_issues && always() && (needs.labeler-download-issues.result == 'success' || needs.labeler-download-issues.result == 'skipped') }}
8888
permissions:
8989
actions: write
90-
uses: dotnet/issue-labeler/.github/workflows/train-issues.yml@68a3df3b6444ec3e2a37af4d5e2569df1d45201d # v1.0.1
90+
uses: dotnet/issue-labeler/.github/workflows/train-issues.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
9191
with:
9292
data_cache_key: ${{ inputs.cache_key_suffix }}
9393
model_cache_key: ${{ inputs.cache_key_suffix }}
9494

9595
labeler-test-issues:
9696
needs: [labeler-download-issues, labeler-train-issues]
9797
if: ${{ inputs.test_issues && always() && (needs.labeler-download-issues.result == 'success' || needs.labeler-download-issues.result == 'skipped') && (needs.labeler-train-issues.result == 'success' || needs.labeler-train-issues.result == 'skipped') }}
98-
uses: dotnet/issue-labeler/.github/workflows/test-issues.yml@68a3df3b6444ec3e2a37af4d5e2569df1d45201d # v1.0.1
98+
uses: dotnet/issue-labeler/.github/workflows/test-issues.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
9999
with:
100100
model_cache_key: ${{ inputs.cache_key_suffix }}
101101
label_prefix: "area-"
@@ -107,7 +107,7 @@ jobs:
107107
permissions:
108108
pull-requests: read
109109
actions: write
110-
uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@68a3df3b6444ec3e2a37af4d5e2569df1d45201d # v1.0.1
110+
uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
111111
with:
112112
data_cache_key: ${{ inputs.cache_key_suffix }}
113113
pull_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
@@ -119,15 +119,15 @@ jobs:
119119
if: ${{ inputs.train_pulls && always() && (needs.labeler-download-pulls.result == 'success' || needs.labeler-download-pulls.result == 'skipped') }}
120120
permissions:
121121
actions: write
122-
uses: dotnet/issue-labeler/.github/workflows/train-pulls.yml@68a3df3b6444ec3e2a37af4d5e2569df1d45201d # v1.0.1
122+
uses: dotnet/issue-labeler/.github/workflows/train-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
123123
with:
124124
data_cache_key: ${{ inputs.cache_key_suffix }}
125125
model_cache_key: ${{ inputs.cache_key_suffix }}
126126

127127
labeler-test-pulls:
128128
needs: [labeler-download-pulls, labeler-train-pulls]
129129
if: ${{ inputs.test_pulls && always() && (needs.labeler-download-pulls.result == 'success' || needs.labeler-download-pulls.result == 'skipped') && (needs.labeler-train-pulls.result == 'success' || needs.labeler-train-pulls.result == 'skipped') }}
130-
uses: dotnet/issue-labeler/.github/workflows/test-pulls.yml@68a3df3b6444ec3e2a37af4d5e2569df1d45201d # v1.0.1
130+
uses: dotnet/issue-labeler/.github/workflows/test-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
131131
with:
132132
model_cache_key: ${{ inputs.cache_key_suffix }}
133133
label_prefix: "area-"

0 commit comments

Comments
 (0)