-
Notifications
You must be signed in to change notification settings - Fork 54
42 lines (38 loc) · 1.09 KB
/
org-wide-actions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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