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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,14 +68,15 @@ This GitHub app listens to the `pull_request.closed` webhook. If a pull request
68
68
## Configuration
69
69
The optional app configuration YAML file should be saved as `.github/delete-merged-branch-config.yml`. At the moment it supports the following options:
70
70
71
-
-`exclude`_(array)_ - list of branches that should not be automatically deleted after a merge.
71
+
-`exclude`_(array)_ - list of branches that should not be automatically deleted after a merge. Wildcards supported.
72
72
73
73
Example `.github/delete-merged-branch-config.yml`:
0 commit comments