Skip to content

Fixing pagination tests for CRAN by specifying hsep = "-" #187

Fixing pagination tests for CRAN by specifying hsep = "-"

Fixing pagination tests for CRAN by specifying hsep = "-" #187

Workflow file for this run

---
name: Bot Approval 🤖
on:
pull_request:
branches:
- main
jobs:
auto-approve:
runs-on: ubuntu-latest
name: Approve ✅
steps:
- name: Auto Approve PR
if: ${{ github.actor == 'gmbecker' }}
uses: hmarr/auto-approve-action@v3
with:
review-message: "LGTM 🤖"
github-token: ${{ secrets.REPO_GITHUB_TOKEN }}