File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ jobs:
1515 if : github.event_name == 'pull_request_target'
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : angular/dev-infra/github-actions/labeling/pull-request@ba726e7bca0b08b125ccc6f93c233749e1213c17
18+ - uses : angular/dev-infra/github-actions/labeling/pull-request@649c3afeaa46674507b9625537e49de54a695e2b
1919 with :
2020 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2121 post_approval_changes :
2222 if : github.event_name == 'pull_request_target'
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : angular/dev-infra/github-actions/post-approval-changes@ba726e7bca0b08b125ccc6f93c233749e1213c17
25+ - uses : angular/dev-infra/github-actions/post-approval-changes@649c3afeaa46674507b9625537e49de54a695e2b
2626 with :
2727 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2828 issue_labels :
2929 if : github.event_name == 'issues'
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : angular/dev-infra/github-actions/labeling/issue@ba726e7bca0b08b125ccc6f93c233749e1213c17
32+ - uses : angular/dev-infra/github-actions/labeling/issue@649c3afeaa46674507b9625537e49de54a695e2b
3333 with :
3434 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
3535 google-generative-ai-key : ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }}
You can’t perform that action at this time.
0 commit comments