Skip to content

Commit b1dfdae

Browse files
committed
update .asf.yaml
1 parent 6992b2d commit b1dfdae

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

.asf.yaml

+12-5
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,30 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17+
# See: https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
1718

1819
notifications:
19-
20-
20+
21+
2122
pullrequests: [email protected]
2223
jira_options: link label link label
2324

2425
github:
2526
homepage: https://dubbo.apache.org/
27+
del_branch_on_merge: true
2628
features:
2729
# Enable wiki for documentation
2830
wiki: true
2931
# Enable issue management
3032
issues: true
3133
# Enable projects for project management boards
3234
projects: true
35+
enabled_merge_buttons:
36+
# enable squash button:
37+
squash: true
38+
# enable merge button:
39+
merge: false
40+
# disable rebase button:
41+
rebase: false
3342
protected_branches:
34-
master:
35-
# only disable force push
36-
foo: bar
43+
main: {}

0 commit comments

Comments
 (0)