mirror of
https://github.com/openwrt/routing.git
synced 2026-07-12 22:44:51 +04:00
c787243110
- Enable bot comments to provide contributors with immediate feedback - Enable stale bot - Execute the feeds package test build only when the formalities check succeeds Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
30 lines
798 B
JSON
30 lines
798 B
JSON
{
|
|
"check_branch": true,
|
|
"check_merge_commits": true,
|
|
"check_noreply_email": true,
|
|
"check_signoff": true,
|
|
"check_signature": true,
|
|
"allow_autosquash": true,
|
|
"enable_comments": true,
|
|
"show_force_push_tip": 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": true,
|
|
"require_body": true,
|
|
"check_pkg_version": true,
|
|
"check_crlf": true,
|
|
"check_trailing_newline": true,
|
|
"add_package_label": true,
|
|
"drop_package_label": true,
|
|
"branch_labeling": true,
|
|
"check_openwrt_meta": true,
|
|
"check_conffiles": true,
|
|
"check_patch_headers": true,
|
|
"check_pkg_release": "warning",
|
|
"require_linked_github_account": true,
|
|
"enable_stale_bot": true
|
|
}
|