Skip to content

Commit 5d5df23

Browse files
authored
update checks.sh (#153) [skipci]
1 parent a4af851 commit 5d5df23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pre-commit run -a
66
if [[ -n "$CIRCLECI" ]]
77
then
88
# Check if branch contains RD ticket value.
9-
echo "$CIRCLE_BRANCH" | grep -E "[RDrd]-[0-9]+|master|version-testing-[0-9]{4}[0-9]{2}[0-9]{2}" || { echo "Please create a relevent ticket in Jira and connect it to this branch. Use jiranch." ; exit 1; }
9+
echo "$CIRCLE_BRANCH" | grep -E "[RDrd]-[0-9]+|master|version-testing-[0-9]{4}[0-9]{2}[0-9]{2}|dependabot/" || { echo "Please create a relevent ticket in Jira and connect it to this branch. Use jiranch." ; exit 1; }
1010
fi

0 commit comments

Comments
 (0)