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 d98320d + 894a518 commit 279e0e9Copy full SHA for 279e0e9
.github/workflows/require-clean-merges.yml
@@ -46,6 +46,10 @@ jobs:
46
git checkout $PR_BRANCH
47
git reset --hard origin/$PR_BRANCH
48
49
+ # Configure a temporary Git identity to allow merging
50
+ git config --local user.email "[email protected]"
51
+ git config --local user.name "GitHub Actions"
52
+
53
for branch in $MERGE_BRANCHES; do
54
echo "Checking merge from $branch into $PR_BRANCH..."
55
0 commit comments