File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 alter :
1515 runs-on : ubuntu-slim
1616 env :
17- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
17+ GH_TOKEN : ${{ secrets.TAILOR_TOKEN || secrets. GITHUB_TOKEN }}
1818 steps :
1919 - uses : actions/checkout@v6
2020
Original file line number Diff line number Diff line change 1- # Initially fitted by tailor on 2026-03-11
1+ # Refitted by tailor on 2026-03-12
22license : BlueOak-1.0.0
33
44repository :
@@ -19,9 +19,6 @@ repository:
1919 allow_update_branch : true
2020 allow_auto_merge : true
2121 web_commit_signoff_required : false
22- private_vulnerability_reporting_enabled : true
23- vulnerability_alerts_enabled : true
24- automated_security_fixes_enabled : true
2522 default_workflow_permissions : write
2623 can_approve_pull_request_reviews : true
2724 topics : []
@@ -126,3 +123,6 @@ swatches:
126123
127124 - path : .github/workflows/tailor-automerge.yml
128125 alteration : triggered
126+
127+ - path : cubic.yaml
128+ alteration : first-fit
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://cubic.dev/schema/cubic-repository-config.schema.json
2+ version : 1
3+
4+ reviews :
5+ enabled : true
6+ sensitivity : medium
7+ incremental_commits : true
8+ check_drafts : false
9+ architecture_diagrams : false
10+ resolve_threads_when_addressed : true
11+ custom_instructions : " "
12+ ignore :
13+ files :
14+ - " dist/**"
15+ - " build/**"
16+ pr_titles :
17+ - " wip:*"
18+ pr_labels :
19+ - " wontfix"
20+ head_branches : []
21+ base_branches : []
22+ custom_rules : []
23+
24+ pr_descriptions :
25+ cubic_review_link : false
26+ generate : false
27+ instructions : " "
28+
29+ issues :
30+ fix_commits_to_pr : false
31+ fix_with_cubic_buttons : false
32+ pr_comment_fixes : false
You can’t perform that action at this time.
0 commit comments