Skip to content
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

chore: Update git pre-push hook to use correct base branch name #2626

Conversation

achimnol
Copy link
Member

@achimnol achimnol commented Aug 3, 2024

While working on #2625, I found that the current pre-push hook does not detect the correct base branch name when it executes pants lint check --changed-since=.... We can fix this by getting the base branch reference from GitHub, using gh (GitHub CLI) if installed.

To maintain independency of the toolchain from GitHub, let the pre-push script gracefully fallback to the full lint & check when gh is not available.

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version

@achimnol achimnol added this to the 23.09 milestone Aug 3, 2024
@achimnol achimnol added type:bug Reports about that are not working area:infrastructure Infrastructure-related issues labels Aug 3, 2024
@achimnol achimnol self-assigned this Aug 3, 2024
@github-actions github-actions bot added the size:S 10~30 LoC label Aug 3, 2024
@achimnol achimnol added the skip:changelog Make the action workflow to skip towncrier check label Aug 3, 2024
@achimnol achimnol modified the milestones: 23.09, 23.03 Aug 3, 2024
@achimnol achimnol added this pull request to the merge queue Aug 3, 2024
Merged via the queue into main with commit 3242fa9 Aug 3, 2024
19 checks passed
@achimnol achimnol deleted the topic/use-gh-cli-to-get-the-correct-base-branch-for-pre-push-hook branch August 3, 2024 09:50
lablup-octodog pushed a commit that referenced this pull request Aug 3, 2024
Backported-from: main (24.09)
Backported-to: 23.03
Backport-of: 2626
lablup-octodog pushed a commit that referenced this pull request Aug 3, 2024
Backported-from: main (24.09)
Backported-to: 24.03
Backport-of: 2626
lablup-octodog pushed a commit that referenced this pull request Aug 3, 2024
Backported-from: main (24.09)
Backported-to: 23.09
Backport-of: 2626
github-merge-queue bot pushed a commit that referenced this pull request Aug 3, 2024
… (#2629)

Co-authored-by: Joongi Kim <joongi@lablup.com>
github-merge-queue bot pushed a commit that referenced this pull request Aug 3, 2024
… (#2628)

Co-authored-by: Joongi Kim <joongi@lablup.com>
achimnol added a commit that referenced this pull request Aug 3, 2024
… (#2627)

Co-authored-by: Joongi Kim <joongi@lablup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:infrastructure Infrastructure-related issues size:S 10~30 LoC skip:changelog Make the action workflow to skip towncrier check type:bug Reports about that are not working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant