Skip to content

Updates for 2025 edition #74

Updates for 2025 edition

Updates for 2025 edition #74

Workflow file for this run

name: manage-pr
on:
pull_request:
types: [ opened, synchronize, reopened, edited ]
jobs:
manage-pr:
runs-on: ubuntu-latest
steps:
- name: Prevent WIP PRs from being merged
uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}