Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/pr_style_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
HEADREF: ${{ steps.pr_info.outputs.headRef }}
with:
persist-credentials: true
lfs: true
# Instead of checking out the base repo, use the contributor's repo name
repository: ${{ env.HEADREPOFULLNAME }}
ref: ${{ env.HEADREF }}
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:

# If there are changes after running style/quality, commit them
if [ -n "$(git status --porcelain)" ]; then
git lfs install
git add .
git commit -m "Apply style fixes"
# Push to the original contributor's forked branch
Expand Down
Loading