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 3fd3d6e + 6450ab7 commit ca92c3fCopy full SHA for ca92c3f
.github/workflows/auto-merge.yml
@@ -36,7 +36,7 @@ jobs:
36
37
if [[ "$COMMIT_MSG_LOWER" == *"ready to deploy"* ]]; then
38
echo "Commit message matches, merging Develop into main."
39
- git merge origin/Develop --no-ff -m "Merge Develop into main"
+ git merge origin/Develop --no-ff --allow-unrelated-histories -m "Merge Develop into main"
40
git push origin main
41
else
42
echo "Commit message does not match, skipping merge."
0 commit comments