We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfebc3 commit 5aaa82bCopy full SHA for 5aaa82b
.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@main
+ uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1
115
with:
116
data_cache_key: ${{ inputs.cache_key_suffix }}
117
pull_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}
0 commit comments