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

feat: add new bitbucket server webhook event type pr:from_ref_updated(#198) #1866

Merged
merged 1 commit into from
Oct 28, 2021
Merged

feat: add new bitbucket server webhook event type pr:from_ref_updated(#198) #1866

merged 1 commit into from
Oct 28, 2021

Conversation

kuzm1ch
Copy link
Contributor

@kuzm1ch kuzm1ch commented Oct 25, 2021

#198
There is a new event types introduced in bitbucket server 7 "pr:from_ref_updated", which send events when a new commit is pushed to the pull request.

Pull request
Source branch updated
A pull request's source branch has been updated.

Based on my tests, this event will not occur on DECLINED MR so no check is needed to verify the STATE of MR for this event.
Screenshot 2021-10-23 at 22 01 34

Some notes:
docs should be also updated(text and screenshot), will try take care of it later:

Under Repository select Push ( event not in use, delete this line) 
Under Pull Request, select: Opened, Modified(should be changed to Source branch updated), Merged, Declined, Deleted and Comment added

Screenshot 2021-10-25 at 12 48 23

@kuzm1ch kuzm1ch requested a review from a team as a code owner October 25, 2021 09:47
@kuzm1ch kuzm1ch changed the title feat: add new bitbucket server webhook event type pr:from_ref_updated(#198) feat: add new bitbucket server webhook event type pr:from_ref_updated( #198 ) Oct 25, 2021
@kuzm1ch kuzm1ch changed the title feat: add new bitbucket server webhook event type pr:from_ref_updated( #198 ) feat: add new bitbucket server webhook event type pr:from_ref_updated(ruatlantis#198 ) Oct 25, 2021
@kuzm1ch kuzm1ch changed the title feat: add new bitbucket server webhook event type pr:from_ref_updated(ruatlantis#198 ) feat: add new bitbucket server webhook event type pr:from_ref_updated(https://github.com/runatlantis/atlantis/issues/198) Oct 25, 2021
@kuzm1ch kuzm1ch changed the title feat: add new bitbucket server webhook event type pr:from_ref_updated(https://github.com/runatlantis/atlantis/issues/198) feat: add new bitbucket server webhook event type pr:from_ref_updated(#198) Oct 25, 2021
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 this pull request may close these issues.

3 participants