You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/checks.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,5 +6,5 @@ pre-commit run -a
6
6
if [[ -n"$CIRCLECI" ]]
7
7
then
8
8
# 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; }
0 commit comments