Skip to content

use stdlib maps and slices where possible #19788

use stdlib maps and slices where possible

use stdlib maps and slices where possible #19788

Workflow file for this run

name: "PR labeler"
on:
pull_request:
branches:
- main
- "[0-9]+.[0-9]+.x"
- mq-working-branch-*
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
# currently doesn't work
sync-labels: true