mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* chore(docs): use develop branch instead of main * chore(workflows): change to develop * chore(.changeset): change baseBranch to develop * feat(workflows): trigger sync-develop-to-main workflow after publish * feat(workflow): add sync develop to main workflow * chore(workflows): add back "or Publish to NPM" * refactor(workflows): rename tag name from dev to canary * refactor: rename dev to canary * refactor: reaname develop to canary * refactor(workflows): change from develop to canary
23 lines
439 B
YAML
23 lines
439 B
YAML
language: "en"
|
|
early_access: false
|
|
reviews:
|
|
high_level_summary: true
|
|
poem: false
|
|
review_status: true
|
|
collapse_walkthrough: false
|
|
auto_review:
|
|
enabled: true
|
|
ignore_title_keywords:
|
|
- "WIP"
|
|
- "DO NOT MERGE"
|
|
- 'ci(changesets)'
|
|
drafts: false
|
|
base_branches:
|
|
- "main"
|
|
- "canary"
|
|
- "fix/.*"
|
|
- "chore/.*"
|
|
- "feat/.*"
|
|
chat:
|
|
auto_reply: true
|