Skip to content

Commit 279e0e9

Browse files
authored
Merge pull request #1297 from opentensor/sam-fix-clean-merges-script
fix clean merges script
2 parents d98320d + 894a518 commit 279e0e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/require-clean-merges.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
git checkout $PR_BRANCH
4747
git reset --hard origin/$PR_BRANCH
4848
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+
4953
for branch in $MERGE_BRANCHES; do
5054
echo "Checking merge from $branch into $PR_BRANCH..."
5155

0 commit comments

Comments
 (0)