-
Notifications
You must be signed in to change notification settings - Fork 23
disable cc-service-bot's management of the Semaphore pipeline contents #298
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
Conversation
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.
Pull Request Overview
This pull request updates the service configuration to disable cc-service-bot’s management of the Semaphore pipeline by setting the new key "pipeline_enable" to false.
- Disable automatic management of the Semaphore pipeline
- Update service.yml configuration accordingly
Comments suppressed due to low confidence (1)
service.yml:13
- Consider adding tests to verify that setting 'pipeline_enable' to false prevents cc-service-bot from managing the Semaphore pipeline as intended.
pipeline_enable: false
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.
thanks was just looking at this for another repo 👍
Uh oh!
There was an error while loading. Please reload this page.
Please prefix all TypeScript pull-requests with
[Typescript]What
This changes the
service.ymlso that cc-service-bot will no longer try to manage the contents of.semaphore/semaphore.yml.Checklist
References
JIRA:
Test & Review
N/A - can only be tested on the default branch
Open questions / Follow-ups