This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
docs: update CLI link in github issue template #2131
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8776e14b397b6136c87e7334375cb91917466ee0 | |
with: | |
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} | |
post_approval_changes: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 | |
- uses: angular/dev-infra/github-actions/post-approval-changes@8776e14b397b6136c87e7334375cb91917466ee0 | |
with: | |
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} |