We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50898c9 commit 79d50fbCopy full SHA for 79d50fb
.github/workflows/auto-label.yml
@@ -53,7 +53,7 @@ jobs:
53
fi
54
55
56
- # Remove Label Logic
+ # Removes Label Logic
57
if [[ "$COMMENT_BODY" =~ ^/remove[[:space:]](.+)$ ]]; then
58
LABEL_NAME_TO_REMOVE=$(echo "$COMMENT_BODY" | sed -n 's|/remove ||p')
59
0 commit comments