Skip to content

Commit da8da4a

Browse files
authored
IGNITE-24807 Remove outdated allow_force_pushes flag in .asf.yaml (#11948)
Force pushes are disabled for all protected branches, `allow_force_pushes` flag no longer exists (see https://github.com/apache/infrastructure-asfyaml for more details)
1 parent b3dd578 commit da8da4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.asf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ github:
3838
projects: false
3939
enabled_merge_buttons:
4040
squash: true
41+
squash_commit_message: PR_TITLE_AND_DESC
4142
merge: false
4243
rebase: false
4344
protected_branches:
4445
master:
45-
allow_force_pushes: false
4646
required_linear_history: true
4747
required_signatures: false
4848

0 commit comments

Comments
 (0)