Converge website module updates - #64
Merged
Merged
Conversation
Reuse one update branch per module while rejecting stale releases. Pin external actions, narrow Pages permissions, and align Configuration with v0.2.10. Refs AtlassianPS/AtlassianPS#13
18 tasks
This was referenced Sep 15, 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.
Description
update-<Module>branch and pull request per module, serialize updates per module, and reject stale or unrelated release tags.Motivation and Context
This converges website release updates instead of accumulating version-specific pull requests. It also closes the current Configuration documentation gap and hardens the affected workflows without adding another automation layer.
Refs AtlassianPS/AtlassianPS#13 (WP2). This does not close the umbrella issue.
After maintainer review and merge, #59 and #63 can be closed as superseded. #53 remains the separate
actions/checkoutv7 upgrade and should be refreshed against the pinned workflow after this change lands.Types of changes
Validation
actionlint -color(actionlint 1.7.12): passed..github/workflows/*.yml: passed.bash .github/scripts/check-module-submodules.sh: passed for Configuration v0.2.10, ConfluencePS v2.5.2, JiraAgilePS v0.1.1, and JiraPS v2.16.env BUNDLE_PATH=.tmp/vendor/bundle BUNDLE_APP_CONFIG=.tmp/bundle-config JEKYLL_ENV=production bundle exec jekyll build --baseurl "": passed; only the existing Bootstrap Sass deprecation warning was emitted.git diff --check: passed.No dependency updater, release workflow, tag, package, or deployment was dispatched.
Checklist