Files
social-tw-website/.github/pr-labeler.yml
Fu-Chuan Chung 387f6a9c56 chore: fix lint
2023-08-31 20:19:41 +08:00

22 lines
394 B
YAML

relay:
- packages/relay/*
- packages/relay/**/*
contracts:
- packages/contracts/*
- packages/contracts/**/*
automation:
- .github/*
- .github/**/*
frontend:
- packages/frontend/*
- packages/frontend/**/*
circuit:
- packages/circuit/*
- packages/circuit/**/*
documentation:
- 'docs/*'
- 'docs/**/*'
- '*.md'
- '**/*.md'
- '**/**/*.md'