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 #8
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: 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 }}" | |