Skip to content

Angular Org Actions #273

Angular Org Actions

Angular Org Actions #273

name: Angular Org Actions
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # Runs once per day.
# Declare default permissions as read only.
permissions:
contents: read
jobs:
labels_sync:
if: github.repository == 'angular/dev-infra'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: ./github-actions/labels-sync
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
repos: |
dev-infra
angular
angular-cli
components
lock_closed:
if: github.repository == 'angular/dev-infra'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: ./github-actions/lock-closed
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
repos: |
dev-infra
angular
angular-cli
components
flex-layout
vscode-ng-language-service
universal