fix: set draft: false on actions-security page to restore publication#92
Draft
Copilot wants to merge 6 commits into
Draft
fix: set draft: false on actions-security page to restore publication#92Copilot wants to merge 6 commits into
Copilot wants to merge 6 commits into
Conversation
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix draft flag in response to review comment
fix: set draft: false on actions-security page to restore publication
May 27, 2026
|
@KittyChiu so the tests doesn't actually run on drafts? and this PR doesn't seem to actually change the draft status. |
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.
PR #91 inadvertently set
draft: trueon the actions-security page, which would suppress it from the generated site despite the existingpublishDate: 2024-08-16. This applies all content changes from PR #91 while correcting the draft flag.Changes
draft: true→draft: falseto keep the page published