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
Copilot suggestions:
- _getBooleanInput returns the default for empty or unrecognized values
- _setOutputs only sets change outputs when a report was captured
- gate deployment-report capture on reporting being enabled
- paginate the sticky-comment lookup so it is found past 100 comments
- redact secret-looking arguments from the summary
- pin @actions/github to 6.0.0
- remove the unused EMPTY_REPORT constant
Reviewer notes:
- friendlyType uses startsWith instead of a regex
- Dropped icon changed to a cross mark
- use string methods (replaceAll, trimEnd, startsWith) where a regex was not needed
Add es2019/es2021 string libs, update tests, and rebuild the bundle.
0 commit comments