We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd0a62 commit 051850fCopy full SHA for 051850f
src/main.sh
@@ -35,7 +35,7 @@ create)
35
echo "Issue already exists (#${ISSUE_NUMBER}), updating instead."
36
if [ -n "${COMMENT}" ]; then
37
echo "Adding comment to existing issue..."
38
- gh issue comment "${ISSUE_NUMBER}" --repo "${REPO}" --body "${COMMENT}" --edit-last --create-if-none --yes
+ gh issue comment "${ISSUE_NUMBER}" --repo "${REPO}" --body "${COMMENT}" --edit-last --create-if-none
39
else
40
echo "Updating issue body..."
41
gh issue edit "${ISSUE_NUMBER}" --repo "${REPO}" --title "${TITLE}" --body "${BODY}"
0 commit comments