mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-18 05:02:24 +08:00
72 lines
1.7 KiB
YAML
72 lines
1.7 KiB
YAML
collectors:
|
|
|
|
# Temporarily disabled
|
|
# - type: js-npm
|
|
# path: examples/crna-kitchen-sink
|
|
# actors:
|
|
# # pull requests for updates to our major version
|
|
# - type: js-npm
|
|
# versions: "L.Y.Y"
|
|
# # create issues for new major versions
|
|
# - type: repo-issue
|
|
# versions: "Y.0.0"
|
|
|
|
# Temporarily disabled
|
|
# - type: js-npm
|
|
# path: examples/react-native-vanilla
|
|
# actors:
|
|
# # pull requests for updates to our major version
|
|
# - type: js-npm
|
|
# versions: "L.Y.Y"
|
|
# # create issues for new major versions
|
|
# - type: repo-issue
|
|
# versions: "Y.0.0"
|
|
|
|
- type: js-lerna
|
|
path: /
|
|
settings:
|
|
collect_root: true
|
|
bootstrap_command: yarn --ignore-scripts --ignore-engines --silent --prefer-offline
|
|
actors:
|
|
# pull requests for updates to our major version
|
|
- type: js-lerna
|
|
dependencies_not_matching: "^react-native$"
|
|
versions: "L.Y.Y"
|
|
settings:
|
|
batch_mode: true
|
|
batch_bootstrap: true
|
|
bootstrap_command: yarn --ignore-scripts --ignore-engines --silent && yarn lint:ts . --fix && yarn lint:js . --fix
|
|
github_labels:
|
|
- dependencies:update
|
|
github_assignees:
|
|
- Hypnosphi
|
|
# create issues for new major versions
|
|
- type: repo-issue
|
|
versions: "Y.0.0"
|
|
settings:
|
|
github_labels:
|
|
- dependencies:update
|
|
github_assignees:
|
|
- Hypnosphi
|
|
|
|
- type: js-npm
|
|
path: docs
|
|
actors:
|
|
# pull requests for updates to our major version
|
|
- type: js-npm
|
|
versions: "L.Y.Y"
|
|
settings:
|
|
batch_mode: true
|
|
github_labels:
|
|
- dependencies:update
|
|
github_assignees:
|
|
- Hypnosphi
|
|
# create issues for new major versions
|
|
- type: repo-issue
|
|
versions: "Y.0.0"
|
|
settings:
|
|
github_labels:
|
|
- dependencies:update
|
|
github_assignees:
|
|
- Hypnosphi
|