Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

NH-24785 - Updated gRPC with CMAKE_CXX_STANDARD 17 #7

NH-24785 - Updated gRPC with CMAKE_CXX_STANDARD 17

NH-24785 - Updated gRPC with CMAKE_CXX_STANDARD 17 #7

Workflow file for this run

name: PR AutoTag
on:
pull_request_target:
types: [opened, reopened, synchronized, edited]
permissions:
contents: read # to determine modified files (actions/labeler)
jobs:
triage:
permissions:
contents: read # to determine modified files (actions/labeler)
pull-requests: write # to add labels to PRs (actions/labeler)
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"