Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbucket Stash driver doesn't handle event pr:from_ref_updated (new commits / force push) #116

Closed
raphendyr opened this issue Jul 1, 2021 · 1 comment · Fixed by #130

Comments

@raphendyr
Copy link
Contributor

raphendyr commented Jul 1, 2021

It seems to me that Drone ignores changes to from ref, i.e., new commits to PR and thus a new build is not started for the PR.

If I have understood correctly, this part is handled in stash/webhook.go and possibly just adding pr:from_ref_updated might fix this.

case "pr:opened", "pr:declined", "pr:merged":
hook, err = s.parsePullRequest(data)
}

@abdennour
Copy link

@raphendyr open pr please and link it with this issue like this: #116

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants