Skip to content

Commit

Permalink
Merge pull request #1297 from opentensor/sam-fix-clean-merges-script
Browse files Browse the repository at this point in the history
fix clean merges script
  • Loading branch information
sam0x17 authored Feb 14, 2025
2 parents d98320d + 894a518 commit 279e0e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/require-clean-merges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
git checkout $PR_BRANCH
git reset --hard origin/$PR_BRANCH
# Configure a temporary Git identity to allow merging
git config --local user.email "github-actions@github.com"
git config --local user.name "GitHub Actions"
for branch in $MERGE_BRANCHES; do
echo "Checking merge from $branch into $PR_BRANCH..."
Expand Down

0 comments on commit 279e0e9

Please sign in to comment.