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.
1 parent daf1f32 commit 49b9b6bCopy full SHA for 49b9b6b
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