This repository was 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
a8n: Document how to run an action, create a campaign plan and campaign with CLI #8064
Merged
Conversation
This file contains hidden or 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
8 tasks
eseliger
approved these changes
Jan 27, 2020
Member
eseliger
left a comment
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.
thank you this is super helpful! I had to go through commit history on the src-cli PR before to find out what an actions.json file might look like! 🌟
Contributor
|
Nice, thanks for this |
tsenart
reviewed
Jan 27, 2020
| 3. Create the campaign | ||
| 4. Track changesets by adding them to the campaign through the form on the Campaign page | ||
|
|
||
| ### Creating a campaign from a patches |
Contributor
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.
Typo?
| Short overview: | ||
|
|
||
| 1. Create an `action.json` file that contains an action definition. | ||
| 2. Create a set of patches by execution the action over repositories: `src actions exec -f action.json > patches.json` |
Contributor
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.
s/by execution/by executing/
mrnugget
added a commit
that referenced
this pull request
Jan 27, 2020
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 documents the CLI as proposed in sourcegraph/src-cli#80
I want to add a schema for the
action.jsonfile but I'm not 100% sure yet that it's finished. Meanwhile, review here is appreciated.