feat(scripts/autolabel): use Cli and integrate curl call into autolabel#34952
Open
joneugster wants to merge 3 commits intoleanprover-community:masterfrom
Open
feat(scripts/autolabel): use Cli and integrate curl call into autolabel#34952joneugster wants to merge 3 commits intoleanprover-community:masterfrom
Cli and integrate curl call into autolabel#34952joneugster wants to merge 3 commits intoleanprover-community:masterfrom
Conversation
PR summary 88bb6d226aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
Cli, integrate curl call into autolabel
Cli, integrate curl call into autolabelCli and integrate curl call into autolabel
|
This pull request has conflicts, please merge |
3cfc042 to
d79fb74
Compare
7 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Cliforlake exe autolabel--pr xxx --ghand--pr xxx --curl <TOKEN>to chose between different interaction methods with github--forceto skip the check whether labels are already present. (note: the currentcurlsetup doesn't perform this step, so I left it as aTODOin this PR, too)autolabelemits.Testing
Make some local changes and commit them. Ensure your local
origin/masteris in sync withupstream/masterif you are on a fork.lake exe autolabel: prints the labels which would be applicablelake exe autolabel --pr 34952 --gh --forceadds these labels to this PR usinggh.lake exe autolabel --pr 34952 --ghadds these labels to this PR usingghif no topic labels are present.lake exe autolabel --pr 34952 --curl <ACCESS_TOKEN>adds these labels to this PR usingcurl. This requires a github access token for authentication