Skip to content

Commit

Permalink
Merge branch 'mlcommons:mlperf-inference' into mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 24, 2024
2 parents 479d496 + 2c03cb7 commit 6023a5f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ jobs:
git config --global user.email "[email protected]"
# Commit changes
git commit -m '[Automated Commit] Format Codebase'
git push
# Push changes to a new branch
BRANCH_NAME="auto/code-format"
git branch $BRANCH_NAME
git push origin $BRANCH_NAME --force
#BRANCH_NAME="auto/code-format"
#git branch $BRANCH_NAME
#git push origin $BRANCH_NAME --force

# Create a pull request to the "code-format" branch
gh pr create --base code-format --head $BRANCH_NAME --title "[Automated PR] Format Codebase" --body "This pull request contains automated code formatting changes."
fi
env:
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
#gh pr create --base code-format --head $BRANCH_NAME --title "[Automated PR] Format Codebase" --body "This pull request contains automated code formatting changes."
fi
# env:
# GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit 6023a5f

Please sign in to comment.