Skip to content

[LTS port] docs: use correct version when redirecting externally #35775

[LTS port] docs: use correct version when redirecting externally

[LTS port] docs: use correct version when redirecting externally #35775

name: DevInfra

Check warning on line 1 in .github/workflows/assistant-to-the-branch-manager.yml

View workflow run for this annotation

GitHub Actions / DevInfra

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
push:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review, labeled]
# Declare default permissions as read only.
permissions:
contents: read
jobs:
assistant_to_the_branch_manager:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@0edcf22f9ce677699274f2d399325f99d3d56e81
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}