Skip to content

DOC: Add indices and tables to the documentation index #253

DOC: Add indices and tables to the documentation index

DOC: Add indices and tables to the documentation index #253

Workflow file for this run

name: WIP
on:
pull_request_target:
types: [edited, labeled, opened, reopened, synchronize, unlabeled]
jobs:
WIP:
name: Manage pull requests
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Prevent WIP PRs from being merged
uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}