Skip to content

Update introduction-to-pid.rst with DigiKey PID Video #55

Update introduction-to-pid.rst with DigiKey PID Video

Update introduction-to-pid.rst with DigiKey PID Video #55

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:
- uses: wpilibsuite/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
protected-branches: stable
default-branch: main
update-branch: true