summaryrefslogtreecommitdiffstats
path: root/.github/formalities.json
blob: 2a78049b7bcadcd6285cb51eb5003825fa1ab8b6 (plain)
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
{
  "check_branch": true,
  "check_merge_commits": true,
  "check_noreply_email": true,
  "check_signoff": true,
  "check_signature": true,
  "allow_autosquash": true,
  "enable_comments": true,
  "max_subject_len_soft": 60,
  "max_subject_len_hard": 80,
  "max_body_line_len": 100,
  "warn_duplicate_body": true,
  "warn_generic_subjects": true,
  "require_release_notes": false,
  "require_body": true,
  "check_pkg_version": false,
  "check_crlf": true,
  "add_package_label": true,
  "drop_package_label": true,
  "branch_labeling": true,
  "check_openwrt_meta": ["PKG_MAINTAINER", "PKG_LICENSE"],
  "check_conffiles": true,
  "check_patch_headers": true,
  "check_pkg_release": "disabled",
  "require_linked_github_account": true
}