Skip to content

2023 10 10#147

Merged
codepuncher merged 2 commits intomasterfrom
2023-10-10
Oct 25, 2023
Merged

2023 10 10#147
codepuncher merged 2 commits intomasterfrom
2023-10-10

Conversation

@codepuncher
Copy link
Owner

  • gitsigns keymaps
  • copy trellis auth pass from other dirs

@codepuncher codepuncher merged commit 100c948 into master Oct 25, 2023
@codepuncher codepuncher deleted the 2023-10-10 branch October 25, 2023 11:03
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