Skip to content

Commit fc6f5c1

Browse files
committed
fix typo
1 parent 86b3295 commit fc6f5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot_nix/buildbot_nix/gitea_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def create_reporter(self) -> ReporterBase:
155155
def create_change_hook(self) -> dict[str, Any]:
156156
return {
157157
"secret": self.config.webhook_secret,
158-
# The "mergable" field is a bit buggy,
158+
# The "mergeable" field is a bit buggy,
159159
# we already do the merge locally anyway.
160160
"onlyMergeablePullRequest": False,
161161
}

0 commit comments

Comments
 (0)