Set default page limit to 100 on AS and NS List RPCs #11472
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Pull Request Labels" | |
on: pull_request | |
jobs: | |
triage: | |
runs-on: ubuntu-24.04 | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/labeler@v5 | |
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.actor, 'dependabot') }} | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |