Skip to content

Commit

Permalink
fix: Don't open Draft PR when updating supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Feb 6, 2025
1 parent dc8a9a1 commit a98fc47
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ if [[ -z $PR_NUMBER ]]; then
--base $CURRENT_BRANCH \
--head $TARGET_BRANCH \
--title "chore: update supported versions" \
--body "This PR updates the tested versions list automatically." \
--draft
--body "This PR updates the tested versions list automatically."
else
echo "A PR already exists."
fi

0 comments on commit a98fc47

Please sign in to comment.