fix(@angular/build): trigger test re-run on non-spec file changes in watch mode #27411
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: DevInfra | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| issues: | |
| types: [opened, reopened] | |
| # Declare default permissions as read only. | |
| permissions: | |
| contents: read | |
| jobs: | |
| labels: | |
| if: github.event_name == 'pull_request_target' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: angular/dev-infra/github-actions/labeling/pull-request@2f6d3ae5b1db37b5165f200fb53f30b9330983e4 | |
| with: | |
| angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} | |
| post_approval_changes: | |
| if: github.event_name == 'pull_request_target' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: angular/dev-infra/github-actions/post-approval-changes@2f6d3ae5b1db37b5165f200fb53f30b9330983e4 | |
| with: | |
| angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} | |
| issue_labels: | |
| if: github.event_name == 'issues' | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: angular/dev-infra/github-actions/labeling/issue@2f6d3ae5b1db37b5165f200fb53f30b9330983e4 | |
| with: | |
| angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} | |
| google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }} |