We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487408f commit 7708083Copy full SHA for 7708083
.github/workflows/labeler-train.yml
@@ -111,7 +111,7 @@ jobs:
111
permissions:
112
pull-requests: read
113
actions: write
114
- uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
+ uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@main
115
with:
116
data_cache_key: ${{ inputs.cache_key_suffix }}
117
pull_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
0 commit comments