File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 if : github.event_name == 'issues'
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1918 - uses : ./github-actions/issue-labeling
2019 with :
2120 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2423 if : github.event_name == 'pull_request_target'
2524 runs-on : ubuntu-latest
2625 steps :
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2826 - uses : ./github-actions/labeling/pull-request
2927 with :
3028 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
3331 if : github.event_name == "pull_request_target"
3432 runs-on : ubuntu-latest
3533 steps :
36- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3734 - uses : ./github-actions/post-approval-changes
3835 with :
3936 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments