Skip to content

Commit

Permalink
feat: allow feature branch PRs (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonZeolla authored Aug 8, 2024
1 parent af90e38 commit 57c2c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function check_environment() {
fi

if [[ "${wrong_destination_branch}" == "true" ]]; then
feedback ERROR "Base branch name is not main"
feedback WARNING "Base branch name is not main"
exit 1
fi

Expand Down

0 comments on commit 57c2c0b

Please sign in to comment.