This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add transformChanges to campaign spec and document it #16235
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #16235 +/- ##
==========================================
- Coverage 52.50% 52.49% -0.01%
==========================================
Files 1689 1689
Lines 84489 84489
Branches 7672 7676 +4
==========================================
- Hits 44359 44356 -3
- Misses 36230 36231 +1
- Partials 3900 3902 +2
|
022930f
to
bcb5359
Compare
f0ae383
to
1e7f4bd
Compare
@sourcegraph/campaigns @rrhyne Marking this as ready-for-review since it's a requirement for sourcegraph/src-cli#398. I'll add a how-to and probably extend the docs a bit more in follow-up PRs. |
Notifying subscribers in CODENOTIFY files for diff 4b17a4a...7cb46b7.
|
chrispine
approved these changes
Dec 10, 2020
LawnGnome
approved these changes
Dec 10, 2020
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.
Co-authored-by: Chris Pine <chrispine@sourcegraph.com>
454a74a
to
7cb46b7
Compare
37 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This mirrors the schema changes in sourcegraph/src-cli#398 and is a requirement for merging it.
This also documents
transformChanges
in the campaign spec YAML reference.