Skip to content

Add Github integration to prepare for RTD injection removal for stable #66

Add Github integration to prepare for RTD injection removal for stable

Add Github integration to prepare for RTD injection removal for stable #66

Workflow file for this run

name: Check Base Branch
on:
pull_request:
types: [opened]
branches:
- stable
jobs:
check-base-branch:
runs-on: ubuntu-latest
steps:
- name: Base Branch
run: |
echo "::error ::Base branch of PR is stable. It should be main. Please retarget the base branch of the PR."
exit 1