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: 1 addition & 1 deletion .github/workflows/status-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Override status checks for issue comment
if: ${{ github.event_name == 'issue_comment' && steps.command.outputs.continue == 'true' }}
run: |
SHA=$(gh pr view $NUMBER --json headRefOid --jq '.headRefOid')
SHA=$(gh pr view -R 'primer/react' $NUMBER --json headRefOid --jq '.headRefOid')
if [ -z "$SHA" ]; then
echo "No pull request found for issue #$NUMBER, or gh pr view failed."
exit 1
Expand Down
Loading