Skip to content

Angular Org Actions #333

Angular Org Actions

Angular Org Actions #333

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: ./.github/local-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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: ./.github/local-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