Skip to content

Add manual WordPress.org deploy trigger (dispatch-only) - #844

Merged
andypotanin merged 1 commit into
latestfrom
feature/wporg-manual-deploy
Sep 2, 2026
Merged

Add manual WordPress.org deploy trigger (dispatch-only)#844
andypotanin merged 1 commit into
latestfrom
feature/wporg-manual-deploy

Conversation

@andypotanin

@andypotanin andypotanin commented Sep 2, 2026

Copy link
Copy Markdown
Member

Adds a dispatch-only caller for the reusable wp-org-svn-deploy workflow (merged in udx/reusable-workflows#60, chained automatically in publish-release.yml via #843).

Purpose: manual recovery/re-deploy trigger (e.g. wp.org directory out of sync with GitHub releases) and dry_run validation. No automatic triggers; contents:read; secrets via the scoped org secrets.


Devin Review

Standalone caller for reusable wp-org-svn-deploy.yml; publish-release.yml chains it automatically on releases.
Copilot AI balanced review requested due to automatic review settings September 2, 2026 17:24

jobs:
deploy:
uses: udx/reusable-workflows/.github/workflows/wp-org-svn-deploy.yml@master

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

Devin Review


jobs:
deploy:
uses: udx/reusable-workflows/.github/workflows/wp-org-svn-deploy.yml@master

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟨 Deployments trust a mutable branch

Each dispatch loads master, so later branch changes can run with WordPress.org credentials without review in this repository.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The workflow matches the merged reusable workflow’s contract and uses appropriately limited permissions.

Pull request overview

Adds a manual, dispatch-only recovery workflow for WordPress.org deployments.

Changes:

  • Accepts release tag and optional dry-run inputs.
  • Calls the reusable SVN deployment workflow with scoped credentials.
File summaries
File Description
.github/workflows/wp-org-svn-deploy.yml Defines the manual deployment caller.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@andypotanin
andypotanin merged commit 7eb6d07 into latest Sep 2, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants