-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (38 loc) · 1.1 KB
/
sync-labels.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
name: Sync labels
on:
push:
branches:
- main
paths:
- .github/labels.yml
- .github/workflows/sync-labels.yml
jobs:
sync-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: brpaz/action-label-syncer@master
with:
manifest: .github/labels.yml
repository: |
cowprotocol/pm
cowprotocol/tenderly-watch-tower
cowprotocol/docs
cowprotocol/docs-v2
cowprotocol/services
cowprotocol/infrastructure
cowprotocol/autodeploy-action
cowprotocol/dappnodepackage-cow-watch-tower
cowprotocol/snapshot-settings
cowprotocol/clogs
cowprotocol/composable-cow
cowprotocol/composable-dao
cowprotocol/contracts
cowprotocol/ethflowcontract
cowprotocol/hooks-trampoline
cowprotocol/loot
cowprotocol/token
cowprotocol/token-imbalances
cowprotocol/solver-rewards
token: ${{ secrets.ORG_TOKEN }}
prune: true