Add 27.x to staleness check

PiperOrigin-RevId: 631532649
pull/16773/head
Sandy Zhang 7 months ago committed by Copybara-Service
parent 12af9ade1d
commit 94cf1e9446
  1. 2
      .github/workflows/staleness_check.yml

@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [main, 22.x, 23.x, 24.x, 25.x, 26.x]
branch: [main, 25.x, 27.x]
os: [{ name: Linux, value: ubuntu-latest}]
name: Test staleness ${{ matrix.os.name }} ${{ github.head_ref && 'PR' || matrix.branch }}

Loading…
Cancel
Save