Action labels to support multiple environments #4
jpwilliams
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hey Jack, love this idea! For the sake of simplicity, we cut environments from our initial release, but this is something we'd like to add soon. Happy you found a workaround now + we'll let you know as soon as we have a more concrete proposal on how we plan to accomplish this. Would love to get your feedback when that happens. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
We have a few different environments utilised by other teams and were looking at elegant ways of providing a set of actions for each of those environments.
We've just settled on naming, i.e.
Service A: Do thing
orService A (staging): Do thing
. It works, and filtering the actions bystaging
gets you a list of all actions in that environment, but the small addition of labels here feels like it'd be great for discovery.For example, in my actions above, I might add the label "Service A" and "Staging". Having these labels then appear in the UI and allowing filtering based on them feels like it would provide an excellent experience for new team members discovering and using actions.
As before - ace tool! Hope I can provide some helpful insight into usage.
Beta Was this translation helpful? Give feedback.
All reactions