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 745bd25 commit 38611d7Copy full SHA for 38611d7
.github/workflows/labeler.yaml
@@ -50,7 +50,7 @@ jobs:
50
if echo "$labels" | grep -q "need-doc-review"; then
51
echo "review_needed=true" >> "$GITHUB_ENV"
52
fi
53
- - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
+ - uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405
54
id: append_comment
55
if: env.review_needed == 'true'
56
with:
0 commit comments