deps: update googletest to 4267679b6887f349f17b01ccd70c9e3483689b25 #18288
This file contains hidden or 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: Label PRs | ||
|
Check warning on line 1 in .github/workflows/label-pr.yml
|
||
| on: | ||
| pull_request_target: | ||
| types: [opened] | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| label: | ||
| runs-on: ubuntu-slim | ||
| steps: | ||
| - uses: nodejs/node-pr-labeler@d4cf1b8b9f23189c37917000e5e17e796c770a6b # v1 | ||
| with: | ||
| repo-token: ${{ secrets.GH_USER_TOKEN }} | ||
| configuration-path: .github/label-pr-config.yml | ||