Skip to content

OVR Body Pose does not rotate with CameraRig #2

OVR Body Pose does not rotate with CameraRig

OVR Body Pose does not rotate with CameraRig #2

Workflow file for this run

name: Add comment
on:
issues:
types:
- labeled
jobs:
add-comment:
if: github.event.label.name == 'stale'
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Add comment
run: gh issue comment "$NUMBER" --body "$BODY"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
BODY: >
This issue is stale because it has been open for 14 days with no activity.