Skip to content

Add bad token label (#83) #22

Add bad token label (#83)

Add bad token label (#83) #22

Workflow file for this run

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: micnncim/action-label-syncer@v1
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
token: ${{ secrets.SYNC_LABELS }}
prune: true