Skip to content

(#5) Create placeholder workflows. - #6

Merged
bryanpizzillo merged 1 commit into
mainfrom
ticket/5-placeholder-workflows
Sep 3, 2026
Merged

(#5) Create placeholder workflows.#6
bryanpizzillo merged 1 commit into
mainfrom
ticket/5-placeholder-workflows

Conversation

@blairlearn

@blairlearn blairlearn commented Sep 3, 2026

Copy link
Copy Markdown

Also removes Acquia templates and workflows.

Closes #5

Copilot AI lite review requested due to automatic review settings September 3, 2026 21:25

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.

🟡 Changes recommended

The new CI workflow name does not match the existing workflow_run trigger expectation ("ORCA CI"), which will prevent the dependency auto-merge workflow from running.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Creates initial GitHub Actions workflow files on main so workflows can run from feature branches, and removes legacy Acquia issue templates from the repository.

Changes:

  • Adds a reusable-workflow wrapper to run the OCPL configuration management standards check on pull requests.
  • Adds a placeholder CI workflow that runs on PRs, pushes to main/release branches, and tags.
  • Removes the existing Acquia GitHub issue templates.
File summaries
File Description
.github/workflows/ocpl_cm_standards_check.yml Introduces a PR-triggered workflow that delegates to a reusable OCPL standards-check workflow.
.github/workflows/ci.yml Adds a placeholder CI workflow intended to exist on main for branch workflow execution.
.github/ISSUE_TEMPLATE/support-request.md Removes legacy support request issue template.
.github/ISSUE_TEMPLATE/feature_request.md Removes legacy feature request issue template.
.github/ISSUE_TEMPLATE/bug_report.md Removes legacy bug report issue template.
Review details
  • Files reviewed: 5/5 changed files
  • Comments generated: 2
  • Review effort level: Lite

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

Comment thread .github/workflows/ci.yml
Comment thread .github/workflows/ocpl_cm_standards_check.yml
- Also removes Acquia templates and workflows.

Closes #5

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.

🟡 Changes recommended

The PR makes additional workflow removals with operational impact that aren’t clearly reflected in the PR description/scope, and the reusable workflow pinning approach should be explicitly confirmed.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Review details
  • Files reviewed: 9/9 changed files
  • Comments generated: 2
  • Review effort level: Lite

Comment on lines +11 to +14
commitlint_remote:
uses: nciocpl/.github/.github/workflows/ocpl_cm_standards_check.yml@workflow/v4
with:
config_ref: workflow/v4
Comment thread .github/workflows/ci.yml
Comment on lines +1 to +3
name: Main CI Workflow

on:
@bryanpizzillo
bryanpizzillo self-requested a review September 3, 2026 21:56
@bryanpizzillo
bryanpizzillo merged commit d640a6b into main Sep 3, 2026
6 of 7 checks passed
@bryanpizzillo
bryanpizzillo deleted the ticket/5-placeholder-workflows branch September 3, 2026 21:57
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.

Create initial workflow files in main

3 participants