mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
ci: update the path to the labeling github actions
Update the paths to the labeling github actions after the refactor in dev-infra
(cherry picked from commit 787db90e08)
This commit is contained in:
parent
23cb9a4291
commit
95afc09206
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dev-infra.yml
vendored
4
.github/workflows/dev-infra.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- uses: angular/dev-infra/github-actions/pull-request-labeling@90e509ff1244bbc119ab3c5fd660f6e20694e3a8
|
||||
- uses: angular/dev-infra/github-actions/labeling/pull-request@90e509ff1244bbc119ab3c5fd660f6e20694e3a8
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
labels: '{"requires: TGP": ["packages/core/primitives/**/{*,.*}"]}'
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
if: github.event_name == 'issues'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: angular/dev-infra/github-actions/issue-labeling@90e509ff1244bbc119ab3c5fd660f6e20694e3a8
|
||||
- uses: angular/dev-infra/github-actions/labeling/issue@90e509ff1244bbc119ab3c5fd660f6e20694e3a8
|
||||
with:
|
||||
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
||||
google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue