Skip to content

Commit 392b3c9

Browse files
committed
chore: apply tailor alterations
Signed-off-by: Martin Wimpress <code@wimpress.io>
1 parent 74dfccd commit 392b3c9

3 files changed

Lines changed: 37 additions & 5 deletions

File tree

.github/workflows/tailor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.tailor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Initially fitted by tailor on 2026-03-11
1+
# Refitted by tailor on 2026-03-12
22
license: BlueOak-1.0.0
33

44
repository:
@@ -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

cubic.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)