Conversation
When manually dispatching workflows, inputs can be collected from the dispatching user and passed to the workflow. Use this feature to allow manually setting the W3C_STATE of the document. This will let us publish CR drafts on every push (once we update the default state from WD) and CR snapshots on demand.
Ms2ger
approved these changes
Aug 22, 2024
Ms2ger
left a comment
Collaborator
There was a problem hiding this comment.
Neat. My confidence in assessing whether this will work is low, but I'm okay with testing in production.
Co-authored-by: Ms2ger <Ms2ger@igalia.com>
Member
Author
|
I actually tested it in my fork (https://github.com/dschuff/spec/actions) and it seems to work. |
Member
|
Cool, but how does this materialise in the UI? Does the user have to enter the exact strings WD or CR for this to work correctly? Would it be more robust to make the input a Boolean flag? |
Member
Author
Member
|
I suppose that's fine, but we should perhaps document the valid options somewhere in the repo, and when to use which. |
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.

When manually dispatching workflows, inputs can be collected from the dispatching user and passed to the workflow. Use this feature to allow manually setting the W3C_STATE of the document. This will let us publish CR drafts on every push (once we update the default state from WD) and CR snapshots on demand.