-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
fix(scripts/lint-packages): use package directory for version diff check #26750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dea7d80 to
a865c20
Compare
- also use package directory instead of build.sh for version diff check
a865c20 to
0859e3b
Compare
robertkirkman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
I did a similar test above (based on #26744's initial issue) but I had already cleaned up the commits on this branch. |
|
I was testing what would happen if the name of the PR branch was "master", but I didn't see anything wrong happen as far as I can tell. |
|
Ah yeah that makes sense. |
|
I have determined in wild (downstream project's GitHub Actions CI) that this change has a dependency on this line, because this line uses
maybe that's not very important, since official termux-packages CI has that line, but I thought it important to write this note in case this change confuses anyone else or anyone else encounters the problem. |
and try to work out the issue causing
git merge-baseto not find the base commit of a PR branch.