Skip to content

chore(workflow): remove MuJoCo instllation and rebuilding crate #103

chore(workflow): remove MuJoCo instllation and rebuilding crate

chore(workflow): remove MuJoCo instllation and rebuilding crate #103

Workflow file for this run

# will be removed when this project has more than one maintainers
name: AutoApprove
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
jobs:
approve:
if: |
github.event.pull_request.user.login == 'kanarus' &&
!github.event.pull_request.draft
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: approve
env:
GH_TOKEN: ${{ github.token }}
run: |
gh pr review ${{ github.event.number }} --approve