Skip to content

Conversation

@rsandersp
Copy link
Contributor

This PR standardizes the required GitHub Actions caller workflows for EPI plugins.

  • Ensures required callers exist and match templates
  • Deletes known legacy workflow files
  • Uses the 'workflow-standardization' branch (no direct commits)

Copilot AI review requested due to automatic review settings January 28, 2026 06:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR standardizes GitHub Actions workflows for the EssentialsPluginTemplate repository by replacing legacy workflows with modern caller workflows that reference centralized templates from the PepperDash/workflow-templates repository.

Changes:

  • Added new caller workflow for README generation that triggers on all pushes except to 'robot-docs' branch
  • Added new caller workflow for building 3Series plugins that replaces both release and beta build workflows
  • Removed legacy workflow files for release builds (227 lines) and beta builds (279 lines)

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/essentialsplugins-updatereadme-caller.yml New caller workflow that generates README documentation using a centralized template
.github/workflows/essentialsplugins-releasebuilds.yml Deleted legacy release build workflow that handled Docker-based builds and NuGet package publishing for releases
.github/workflows/essentialsplugins-betabuilds.yml Deleted legacy beta build workflow that handled Docker-based builds for feature, hotfix, release, and dev branches
.github/workflows/EssentialsPlugins-builds-caller.yml New caller workflow that centralizes all build logic through reusable workflow templates, replacing both deleted workflows

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ndorin ndorin merged commit 8b05fc5 into main Jan 29, 2026
3 checks passed
@ndorin ndorin deleted the workflow-standardization branch January 29, 2026 03:10
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