Skip to content

[src/api] Update rubocop-performance 1.22.1 → 1.23.0 (minor) #15869

[src/api] Update rubocop-performance 1.22.1 → 1.23.0 (minor)

[src/api] Update rubocop-performance 1.22.1 → 1.23.0 (minor) #15869

name: "Pull Request Labeler"
on:
- pull_request_target
permissions:
contents: read
jobs:
pull_request_labeler:
permissions:
contents: read # for actions/labeler to determine modified files
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"