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
mikeharder
changed the title
[EngSys] Extract common functions from all JS code (.github and eng/tools)
[EngSys] Extract common functions from JS and TS code (.github and eng/tools)
Feb 19, 2025
Overview
.github
andeng/tools
.github/src
.github
andeng/tools
)Suggested Functions
const files = await getChangedFiles().filter(resourceManagerFilter).filter(excludeExamples)
git diff-tree --no-commit-id --name-only -r ${{ github.sha }}
instead ofdiff HEAD HEAD^
.The text was updated successfully, but these errors were encountered: