You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `gh` is not authenticated, fall back to the commit subjects alone — do NOT skip this step or silently use an empty list. Note any PRs you couldn't fetch so the user knows the notes may be incomplete.
56
+
57
+
Step 3 — also run this to catch non-merge commits (direct pushes, fixups, etc.):
45
58
```bash
46
-
gh pr list --state merged --base main --limit 30 --json title,labels,number,mergedAt
0 commit comments