Skip to content

Commit

Permalink
Merge pull request #377 from nix-community/buildbot-gitea
Browse files Browse the repository at this point in the history
buildbot-gitea: fix pull request not beeing detected
  • Loading branch information
Mic92 authored Jan 9, 2025
2 parents 5e4c306 + 22d00da commit b657f0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildbot_nix/buildbot_nix/gitea_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def create_reporter(self) -> ReporterBase:
def create_change_hook(self) -> dict[str, Any]:
return {
"secret": self.config.webhook_secret,
# The "mergable" field is a bit buggy,
# The "mergeable" field is a bit buggy,
# we already do the merge locally anyway.
"onlyMergeablePullRequest": False,
}
Expand Down
4 changes: 2 additions & 2 deletions nix/buildbot-gitea.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildPythonPackage {
src = fetchFromGitHub {
owner = "Mic92";
repo = "buildbot-gitea";
rev = "a8e06d38f6654421aab787da04128756ce04a3df";
hash = "sha256-z0Mj/PmTghziXJ6dV6qYFGZUuV0abMxzU+miqohDazU=";
rev = "3f3c9591384cd98ea5186b4375cdf142b9083737";
hash = "sha256-bdjGijer/JSMTkBwhbeCx9pstFXFnRy0ZdC7mGaRX84=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit b657f0a

Please sign in to comment.