We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7db4ef commit c7846b0Copy full SHA for c7846b0
1 file changed
.github/workflows/issue-label-commenter.yml
@@ -15,7 +15,7 @@ jobs:
15
echo "$comments"
16
CL=$(echo $comments | jq '. | length' )
17
echo "::set-output name=comments_length::$CL"
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v6
19
if: steps.getCommentCount.outputs.comments_length == 0
20
- uses: peaceiris/actions-label-commenter@v1
21
0 commit comments