Skip to content

feat(shell): add functions to de/activate commonly unused wp plugins#150

Merged
codepuncher merged 1 commit intomasterfrom
2023-11-27
Nov 27, 2023
Merged

feat(shell): add functions to de/activate commonly unused wp plugins#150
codepuncher merged 1 commit intomasterfrom
2023-11-27

Conversation

@codepuncher
Copy link
Owner

No description provided.

@codepuncher codepuncher merged commit ad43334 into master Nov 27, 2023
@codepuncher codepuncher deleted the 2023-11-27 branch November 27, 2023 13:57
codepuncher added a commit that referenced this pull request Feb 27, 2026
CRITICAL FIX: Copilot review runs as GitHub Actions workflow that takes
1-3 minutes. Previously instructions told Copilot CLI to merge after CI
passes, but before review workflow completed, causing critical bugs to
be missed.

Root cause analysis:
- Copilot review is 'Copilot code review' GitHub Actions workflow
- Workflow starts ~5s after PR created, takes 1-3 minutes to complete
- CI checks (Lint, etc.) complete in <1 minute
- Old instructions merged after CI, before review workflow finished

Real examples of the problem:
- PR #147: Merged at 43s, review workflow completed at 2m24s
- PR #149: Merged at 1m51s, review workflow completed at 3m2s
- PR #150: Merged at 6m56s, review workflow completed at 7m5s

Solution:
- Wait for CI: gh pr checks --watch
- Wait for review workflow: Loop checking for review from
  copilot-pull-request-reviewer bot
- Only merge after BOTH complete

Updated sections:
- Merging to Default Branch (lines 721-817)
- Pattern 1: FreshDesk workflow (lines 288-301)
- Pattern 2: PR comments workflow (lines 335-347)
- Pattern 3: ClickUp feature workflow (lines 396-409)
- Complete Workflow section (lines 602-604)
- Quick Reference Commands (lines 1308-1318)

This prevents PRs from being merged before automated review completes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
codepuncher added a commit that referenced this pull request Feb 27, 2026
CRITICAL FIX: Copilot review runs as GitHub Actions workflow that takes
1-3 minutes. Previously instructions told Copilot CLI to merge after CI
passes, but before review workflow completed, causing critical bugs to
be missed.

Root cause analysis:
- Copilot review is 'Copilot code review' GitHub Actions workflow
- Workflow starts ~5s after PR created, takes 1-3 minutes to complete
- CI checks (Lint, etc.) complete in <1 minute
- Old instructions merged after CI, before review workflow finished

Real examples of the problem:
- PR #147: Merged at 43s, review workflow completed at 2m24s
- PR #149: Merged at 1m51s, review workflow completed at 3m2s
- PR #150: Merged at 6m56s, review workflow completed at 7m5s

Solution:
- Wait for CI: gh pr checks --watch
- Wait for review workflow: Loop checking for review from
  copilot-pull-request-reviewer bot
- Only merge after BOTH complete

Updated sections:
- Merging to Default Branch (lines 721-817)
- Pattern 1: FreshDesk workflow (lines 288-301)
- Pattern 2: PR comments workflow (lines 335-347)
- Pattern 3: ClickUp feature workflow (lines 396-409)
- Complete Workflow section (lines 602-604)
- Quick Reference Commands (lines 1308-1318)

This prevents PRs from being merged before automated review completes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
codepuncher added a commit that referenced this pull request Feb 27, 2026
CRITICAL FIX: Copilot review runs as GitHub Actions workflow that takes
1-3 minutes. Previously instructions told Copilot CLI to merge after CI
passes, but before review workflow completed, causing critical bugs to
be missed.

Root cause analysis:
- Copilot review is 'Copilot code review' GitHub Actions workflow
- Workflow starts ~5s after PR created, takes 1-3 minutes to complete
- CI checks (Lint, etc.) complete in <1 minute
- Old instructions merged after CI, before review workflow finished

Real examples of the problem:
- PR #147: Merged at 43s, review workflow completed at 2m24s
- PR #149: Merged at 1m51s, review workflow completed at 3m2s
- PR #150: Merged at 6m56s, review workflow completed at 7m5s

Solution:
- Wait for CI: gh pr checks --watch
- Wait for review workflow: Loop checking for review from
  copilot-pull-request-reviewer bot
- Only merge after BOTH complete

Updated sections:
- Merging to Default Branch (lines 721-817)
- Pattern 1: FreshDesk workflow (lines 288-301)
- Pattern 2: PR comments workflow (lines 335-347)
- Pattern 3: ClickUp feature workflow (lines 396-409)
- Complete Workflow section (lines 602-604)
- Quick Reference Commands (lines 1308-1318)

This prevents PRs from being merged before automated review completes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
codepuncher added a commit that referenced this pull request Feb 27, 2026
CRITICAL FIX: Copilot review runs as GitHub Actions workflow that takes
1-3 minutes. Previously instructions told Copilot CLI to merge after CI
passes, but before review workflow completed, causing critical bugs to
be missed.

Root cause analysis:
- Copilot review is 'Copilot code review' GitHub Actions workflow
- Workflow starts ~5s after PR created, takes 1-3 minutes to complete
- CI checks (Lint, etc.) complete in <1 minute
- Old instructions merged after CI, before review workflow finished

Real examples of the problem:
- PR #147: Merged at 43s, review workflow completed at 2m24s
- PR #149: Merged at 1m51s, review workflow completed at 3m2s
- PR #150: Merged at 6m56s, review workflow completed at 7m5s

Solution:
- Wait for CI: gh pr checks --watch
- Wait for review workflow: Loop checking for review from
  copilot-pull-request-reviewer bot
- Only merge after BOTH complete

Updated sections:
- Merging to Default Branch (lines 721-817)
- Pattern 1: FreshDesk workflow (lines 288-301)
- Pattern 2: PR comments workflow (lines 335-347)
- Pattern 3: ClickUp feature workflow (lines 396-409)
- Complete Workflow section (lines 602-604)
- Quick Reference Commands (lines 1308-1318)

This prevents PRs from being merged before automated review completes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
codepuncher added a commit that referenced this pull request Feb 27, 2026
CRITICAL FIX: Copilot review runs as GitHub Actions workflow that takes
1-3 minutes. Previously instructions told Copilot CLI to merge after CI
passes, but before review workflow completed, causing critical bugs to
be missed.

Root cause analysis:
- Copilot review is 'Copilot code review' GitHub Actions workflow
- Workflow starts ~5s after PR created, takes 1-3 minutes to complete
- CI checks (Lint, etc.) complete in <1 minute
- Old instructions merged after CI, before review workflow finished

Real examples of the problem:
- PR #147: Merged at 43s, review workflow completed at 2m24s
- PR #149: Merged at 1m51s, review workflow completed at 3m2s
- PR #150: Merged at 6m56s, review workflow completed at 7m5s

Solution:
- Wait for CI: gh pr checks --watch
- Wait for review workflow: Loop checking for review from
  copilot-pull-request-reviewer bot
- Only merge after BOTH complete

Updated sections:
- Merging to Default Branch (lines 721-817)
- Pattern 1: FreshDesk workflow (lines 288-301)
- Pattern 2: PR comments workflow (lines 335-347)
- Pattern 3: ClickUp feature workflow (lines 396-409)
- Complete Workflow section (lines 602-604)
- Quick Reference Commands (lines 1308-1318)

This prevents PRs from being merged before automated review completes.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

1 participant