You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository does not currently delete merged pull-request branches automatically:
GET /repos/hermes-webui/hermes-android reports delete_branch_on_merge: false.
The setting was identified as an admin-only follow-up while completing PR Make CI checks safe to require on main #102, but it was left only in the implementation chat and a local ignored payload.
No existing open or closed issue tracks it.
This issue makes that unresolved repository-setting change durable and independently verifiable.
Proposed completion
Enable Automatically delete head branches under Settings > General > Pull Requests, or apply the equivalent API update:
Repository Admin permission is required. The current Paladin173 access level is Maintain, so an organization owner or repository administrator must either apply the setting or grant the necessary role.
Verification
Read back GET /repos/hermes-webui/hermes-android and confirm delete_branch_on_merge: true.
Merge a disposable or ordinary pull request whose branch is hosted in this repository.
Confirm GitHub deletes the merged head branch while leaving fork-owned branches unaffected.
Summary
The repository does not currently delete merged pull-request branches automatically:
GET /repos/hermes-webui/hermes-androidreportsdelete_branch_on_merge: false.This issue makes that unresolved repository-setting change durable and independently verifiable.
Proposed completion
Enable Automatically delete head branches under Settings > General > Pull Requests, or apply the equivalent API update:
Repository Admin permission is required. The current
Paladin173access level is Maintain, so an organization owner or repository administrator must either apply the setting or grant the necessary role.Verification
GET /repos/hermes-webui/hermes-androidand confirmdelete_branch_on_merge: true.Related operational follow-up: #105.