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
Fix check-gh-aw-lockfiles to use PR files API instead of git diff
A 3-dot `git diff base.sha...HEAD` over-includes upstream changes that
entered the PR branch via merges from main, which falsely triggers the
gh-aw compile and fails the lockfile check on PRs that did not modify
any gh-aw inputs.
Use the GitHub PR files API instead, which returns the canonical list
of files actually changed by the PR.
0 commit comments