Skip to content
Draft
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
13 changes: 0 additions & 13 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,19 +308,6 @@ runs:
echo "Warning: Skill verification mismatch. Expected $INSTALLED_COUNT, found $VERIFIED_COUNT in $SKILLS_DIR"
fi

- name: Checkout PR branch for review
if: steps.prepare.outputs.contains_trigger == 'true' && steps.prepare.outputs.review_pr_number != ''
shell: bash
run: |
echo "Checking out PR #${{ steps.prepare.outputs.review_pr_number }} branch for full file access..."
# Reset any local changes from the merge commit to allow clean checkout
git reset --hard HEAD
gh pr checkout ${{ steps.prepare.outputs.review_pr_number }}
echo "Successfully checked out PR branch: $(git rev-parse --abbrev-ref HEAD)"
env:
GH_TOKEN: ${{ steps.prepare.outputs.github_token }}


- name: Run Droid Exec
id: droid
if: steps.prepare.outputs.contains_trigger == 'true'
Expand Down
Loading