Skip to content

Commit

Permalink
config: allow automerge and delete branch on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
loozhengyuan committed Oct 13, 2024
1 parent ac11d3e commit de5c9f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ repository:
allow_squash_merge: true
allow_rebase_merge: false

# Allow auto-merge workflows (e.g. Dependabot)
allow_auto_merge: true

# Ensure merged branches are deleted
delete_branch_on_merge: true

# Enable vulnerability alerts and fixes
enable_automated_security_fixes: true
enable_vulnerability_alerts: true
Expand Down

0 comments on commit de5c9f8

Please sign in to comment.