question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CLI for pushing to a different label

See original GitHub issue

It might be good to have a cli option to rerender for a different label. This could help with users who want to use the label feature and create consistent results, rather than having users edit the label themselves.

eg. conda smithy rerender --label=dev

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jakirkhamcommented, May 2, 2018

Worth considering. Though we might want to think about what our recommendations are for labeling before we make it any easier. 😉

0reactions
CJ-Wrightcommented, Jul 25, 2018

I think this PR (which was released) might help here https://github.com/conda/conda-build/pull/3043

This is also related to opt-in dev/rc releases for the bot: https://github.com/regro/cf-scripts/issues/86

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add Git push option add/remove merge request labels - GitLab
The idea is to allow labels to be changed without navigating to the issue an editing the label. Labels in this use case...
Read more >
How do you push a tag to a remote repository using Git?
To push a single tag: git push origin <tag_name>. And the following command should push all tags (not recommended): # not recommended git...
Read more >
Git - Tagging - Git SCM
This command lists the tags in alphabetical order; the order in which they are displayed has no real importance. ... If you want...
Read more >
Git: Create Tag & Push Tag to Remote - ShellHacks
Push Tag to Remote: The git tag command creates a local tag with the current state of the branch. When pushing to a...
Read more >
Git Push: An In-Depth Tutorial With Examples | CloudBees
The command you'll use in all of those scenarios is git push. It helps you push your changes up to a remote repo....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found