mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1f053a599f
Update to the latest dev-infra actions to use non-deprecated caching. PR Close #60000
26 lines
835 B
YAML
26 lines
835 B
YAML
name: DevInfra
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
# Declare default permissions as read only.
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
labels:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- uses: angular/dev-infra/github-actions/commit-message-based-labels@84d4a7388f784b5243e9cc0906465c1a5c40f0aa
|
|
with:
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|
|
post_approval_changes:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
- uses: angular/dev-infra/github-actions/post-approval-changes@84d4a7388f784b5243e9cc0906465c1a5c40f0aa
|
|
with:
|
|
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
|