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 e22054c commit 46125e8Copy full SHA for 46125e8
predict/action.yml
@@ -47,7 +47,7 @@ runs:
47
using: docker
48
# Reference the docker container image using a published sha256 digest
49
# to ensure an immutable version is always used.
50
- image: docker://ghcr.io/dotnet/issue-labeler/predictor@sha256:<sha256-digest-to-be-added-here-after-first-release>
+ image: docker://ghcr.io/dotnet/issue-labeler/predictor@sha256:6f75363b9808a52f3083e2a1ede798beb3bd404102ca67fa455d13b023f38294 # v2.0.0;v2.0.0
51
env:
52
INPUT_ISSUES_MODEL: "labeler-cache/issues-model.zip"
53
INPUT_PULLS_MODEL: "labeler-cache/pulls-model.zip"
0 commit comments