-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.tailor.yml
More file actions
139 lines (108 loc) · 2.88 KB
/
Copy path.tailor.yml
File metadata and controls
139 lines (108 loc) · 2.88 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Initially fitted by tailor on 2026-03-13
license: GPL-3.0
repository:
description: Raw microphone recordings into broadcast-ready audio in one command. No configuration, and no surprises🕺
homepage: https://linuxmatters.sh
has_wiki: false
has_discussions: false
has_projects: false
has_issues: true
allow_merge_commit: false
allow_squash_merge: true
allow_rebase_merge: true
squash_merge_commit_title: COMMIT_OR_PR_TITLE
squash_merge_commit_message: COMMIT_MESSAGES
merge_commit_title: MERGE_MESSAGE
merge_commit_message: PR_TITLE
delete_branch_on_merge: true
allow_update_branch: false
allow_auto_merge: false
web_commit_signoff_required: false
default_workflow_permissions: read
can_approve_pull_request_reviews: false
topics:
- audio
- broadcast
- compressor
- lufs
- noise-reduction
- noise-removal
- normalization
- peak-detection
- podcast
- pre-processor
- youtube
labels:
- name: bug
color: d20f39
description: "Something isn't working"
- name: documentation
color: 04a5e5
description: Documentation improvement
- name: duplicate
color: 8839ef
description: Already exists
- name: enhancement
color: 1e66f5
description: New feature request
- name: good first issue
color: 40a02b
description: Good for newcomers
- name: help wanted
color: 179299
description: Extra attention needed
- name: invalid
color: e64553
description: Not valid or relevant
- name: question
color: 7287fd
description: Needs more information
- name: wontfix
color: dc8a78
description: Will not be worked on
- name: dependencies
color: fe640b
description: Dependency update
- name: github_actions
color: ea76cb
description: GitHub Actions update
- name: hacktoberfest-accepted
color: df8e1d
description: Hacktoberfest contribution
swatches:
- path: .github/workflows/tailor.yml
alteration: never
- path: .github/dependabot.yml
alteration: first-fit
- path: .github/FUNDING.yml
alteration: first-fit
- path: .github/ISSUE_TEMPLATE/bug_report.yml
alteration: always
- path: .github/ISSUE_TEMPLATE/feature_request.yml
alteration: always
- path: .github/ISSUE_TEMPLATE/config.yml
alteration: first-fit
- path: .github/pull_request_template.md
alteration: never
- path: SECURITY.md
alteration: always
- path: CODE_OF_CONDUCT.md
alteration: always
- path: CONTRIBUTING.md
alteration: always
- path: SUPPORT.md
alteration: always
- path: justfile
alteration: first-fit
- path: flake.nix
alteration: first-fit
- path: .gitignore
alteration: first-fit
- path: .envrc
alteration: first-fit
- path: cubic.yaml
alteration: first-fit
- path: .tailor.yml
alteration: first-fit
- path: .github/workflows/tailor-automerge.yml
alteration: never