We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d6a712 + 49b9b6b commit a4dbb58Copy full SHA for a4dbb58
scripts/ignore.sh
@@ -23,7 +23,7 @@ elif echo "$log" | grep -q 'dependabot'; then
23
echo "Ignoring dependabot update"
24
exit
25
# ignore when master is merged into a branch
26
-elif echo "$log" | grep -q 'Merge branch \SMaster\S'; then
+elif echo "$log" | grep -q 'Merge branch \Smaster\S'; then
27
echo "Build ignored because it's only an update from the main branch."
28
29
else
0 commit comments