-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfleet.toml
More file actions
48 lines (38 loc) · 892 Bytes
/
fleet.toml
File metadata and controls
48 lines (38 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
owner = "maxbeizer"
[discovery]
auto = true
exclude = ["gh-aw-trial", "gh-combine-dependabot-prs"]
[[sync.files]]
canon = "canon/copilot-instructions.md"
target = ".github/copilot-instructions.md"
skip_if_exists = true
[[sync.files]]
canon = "canon/ci.yml"
target = ".github/workflows/ci.yml"
[[sync.files]]
canon = "canon/release.yml"
target = ".github/workflows/release.yml"
[[sync.files]]
canon = "canon/goreleaser.yml"
target = ".goreleaser.yml"
template = true
[[sync.files]]
canon = "canon/LICENSE"
target = "LICENSE"
[[sync.files]]
canon = "canon/Makefile"
target = "Makefile"
template = true
[sync.template_vars]
GO_MIN_MAJOR = "1"
GO_MIN_MINOR = "24"
GO_MIN_PATCH = "0"
[catalog]
output = "README.md"
header = "canon/readme-header.md"
[settings]
has_wiki = false
delete_branch_on_merge = true
allow_squash_merge = true
allow_merge_commit = false
allow_rebase_merge = false