docs(workflows): fix offboarding example revoke-role role list format - #48969
Merged
Conversation
The revoke-role step expects multivalued role names, not a comma-separated string. Signed-off-by: Thomas DELORGE <thomas.delorge@orbeet.io>
Member
|
@sguilhen - can you please have a look? Maybe a bug issue is needed to backport this one. |
sguilhen
approved these changes
May 20, 2026
sguilhen
left a comment
Contributor
There was a problem hiding this comment.
Thanks for catching this, @thomasdelorge !
Contributor
|
I've opened #49140 to track this (along with backports). @thomasdelorge Can you edit your commit to include "Closes #49140" to link the commit to the issue? |
Member
|
@sguilhen - I've updated the description, and I can update the commit message on squash. Happy to help out here... |
sguilhen
approved these changes
May 20, 2026
Contributor
|
@ahus1 Thanks! We can proceed with this one then! |
ahus1
enabled auto-merge (squash)
May 20, 2026 21:31
ahus1
approved these changes
May 20, 2026
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.
Closes #49140
Hello,
The
Offboarding sales membersexample used a single role string with comma-separated names ("manager,sales-rep,sales-intern").On admin ui, quotes around roles are dropped on save and workflow use it as one role
Before :
After :
Have a good day,
Thomas