mirror of
https://github.com/openwrt/packages.git
synced 2026-07-15 06:12:04 +04:00
f8b5d93366
While at it, we synchronized .github/formalities.json with the current default settings of the webhook bot. Since the bot is shared across all OpenWrt repositories, the stale PR cleanup is disabled by default at the repository level. Because this repository wants to use stale triage, we explicitly enable it here. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
27 lines
709 B
JSON
27 lines
709 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,
|
|
"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,
|
|
"check_pkg_version": true,
|
|
"check_crlf": 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
|
|
}
|