chore: skip native build scripts by default in allowBuilds #15749
Workflow file for this run
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: pr labels | |
| on: | |
| pull_request_target: | |
| types: | |
| - ready_for_review | |
| - opened | |
| - synchronize | |
| permissions: read-all | |
| jobs: | |
| labeler: | |
| name: Auto-Label PRs | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: fuxingloh/multi-labeler@v5.0.0 |