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
- push-pr-update: Add fallback to fetch origin/<default-branch> when
neither local nor remote ref exists in single-branch clones
- submit-pr: Switch secret scan from piping diff content to using
-G with --name-only to prevent secrets from appearing in logs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Note: Uses `-G` to search diff content but `--name-only` to output only file names, preventing secret values from appearing in logs. The `|| true` prevents exit status 1 when patterns match from aborting strict runners.
141
142
- **Check for sensitive file names** (case-insensitive):
0 commit comments