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

How to remove build status from PR build? #1293

Closed
jayveersolanki opened this issue Jul 28, 2022 · 3 comments
Closed

How to remove build status from PR build? #1293

jayveersolanki opened this issue Jul 28, 2022 · 3 comments

Comments

@jayveersolanki
Copy link

Hello,

I don't want PR build status in PR so how to remove build status from PR?
I have attached screenshot below kindly refer that.

image

@orta
Copy link
Member

orta commented Jul 28, 2022

There might be an env var for this which someone may have added, but it's not really something I think we need an exposed option for. You're welcome to check the code to see.

@jayveersolanki jayveersolanki changed the title How to remove build status from PR builds? How to remove build status from PR build? Jul 28, 2022
@jayveersolanki
Copy link
Author

jayveersolanki commented Jul 28, 2022

There might be an env var for this which someone may have added, but it's not really something I think we need an exposed option for. You're welcome to check the code to see.

Thank you for your response.

Perhaps I have tried BB_KEY=*** npm run danger ci -f --no-publish-check command to remove the build status from the bitbucket server while running ci build but it didn't work.

Can you please help me to resolve this issue?

@jayveersolanki
Copy link
Author

BB_KEY=*** npm run danger ci -f --no-publish-check

Issu

There might be an env var for this which someone may have added, but it's not really something I think we need an exposed option for. You're welcome to check the code to see.

Thank you for your response.

Perhaps I have tried BB_KEY=*** npm run danger ci -f --no-publish-check command to remove the build status from the bitbucket server while running ci build but it didn't work.

Can you please help me to resolve this issue?

Issue resolved using npx danger ci -f --no-publish-check command.

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

No branches or pull requests

2 participants