Skip to content

Merge remote-tracking branch 'universal/move-to-cli' into universal-m… #1

Merge remote-tracking branch 'universal/move-to-cli' into universal-m…

Merge remote-tracking branch 'universal/move-to-cli' into universal-m… #1

Workflow file for this run

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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
<<<<<<< HEAD

Check failure on line 16 in .github/workflows/dev-infra.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev-infra.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
- uses: angular/dev-infra/github-actions/commit-message-based-labels@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
=======
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4c89724c21753ec52cf0618f03d0a6f9936211f9
>>>>>>> universal/move-to-cli
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
<<<<<<< HEAD
- uses: angular/dev-infra/github-actions/post-approval-changes@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
=======
- uses: angular/dev-infra/github-actions/post-approval-changes@4c89724c21753ec52cf0618f03d0a6f9936211f9
>>>>>>> universal/move-to-cli
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}