-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: BitBucket Cloud: add support for webhook secrets #4275
feat: BitBucket Cloud: add support for webhook secrets #4275
Conversation
kindly get this change merged. we are in very much need for this feature. |
@almightyfoon, can you resolve the conflicts on this PR? |
Signed-off-by: Joshua Spork <[email protected]>
This issue is stale because it has been open for 1 month with no activity. Remove stale label or comment or this will be closed in 1 month. |
Gentle bump, would be nice to have this. |
Very little work needs to be done to get this merged, if anyone can pick it up and finish the changes we could get this merged. |
Sorry for the delay, real life got in the way. Working on clearing the failed tests. |
Signed-off-by: Josh Spork <[email protected]>
@almightyfoon do you have time to finish this? Thanks. |
Hi @almightyfoon, can you take a look at the linting error:
|
Signed-off-by: X-Guardian <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the linting issue.
LGTM
Thanks! |
what
Added support for Bitbucket Cloud Webhook secrets. Bitbucket added support in the cloud offering in October of 2023 Announcement
why
There is an open request for this #3909 and I'm also in need of this feature.
tests
I ran make test, the logic is the same as bitbucketserver.
references