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
A user noticed that git diff --name-only HEAD^..HEAD returns only one change when Rebase and Merge is selected(as shown in below example) as part of PR merge when there is more than 1 commit.
The user reproduced this locally and reported to Astronomer Support. Though there were two commits(first commit: to include folder and latest commit: to dag folder) but only latest commit is returned as the Rebase and merge is used when merging the PR.
It appears that the Astronomer Github Action only works,
when either Squash and Merge strategy is used when there is more than 1 commit
or
When Rebase and merge is used when there is only 1 commit
but it doesn't work if Rebase and merge is used when there is more than 1 commit.
The text was updated successfully, but these errors were encountered:
A user noticed that git diff --name-only HEAD^..HEAD returns only one change when Rebase and Merge is selected(as shown in below example) as part of PR merge when there is more than 1 commit.
The user reproduced this locally and reported to Astronomer Support. Though there were two commits(first commit: to include folder and latest commit: to dag folder) but only latest commit is returned as the Rebase and merge is used when merging the PR.
It appears that the Astronomer Github Action only works,
or
but it doesn't work if Rebase and merge is used when there is more than 1 commit.
The text was updated successfully, but these errors were encountered: