From 9ff1b398228e608cd6c97c4fcd9e963f4aa6b314 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Apr 2026 14:02:56 +0000 Subject: [PATCH] [github-graph] Synced files from `github-config`. --- .github/settings.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/settings.json diff --git a/.github/settings.json b/.github/settings.json new file mode 100644 index 0000000..725f1a4 --- /dev/null +++ b/.github/settings.json @@ -0,0 +1,17 @@ +{ + "allow_squash_merge": true, + "allow_merge_commit": false, + "allow_rebase_merge": false, + "allow_auto_merge": false, + "allow_update_branch": true, + "delete_branch_on_merge": true, + "web_commit_signoff_required": false, + "squash_merge_commit_title": "PR_TITLE", + "squash_merge_commit_message": "PR_BODY", + "merge_commit_title": "PR_TITLE", + "merge_commit_message": "PR_BODY", + "actions_enabled": true, + "actions_allowed": "all", + "actions_default_workflow_permissions": "write", + "actions_can_approve_pull_request_reviews": true +}