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

Fix bug license header check [skip ci] #2616

Merged

Conversation

YanxuanLiu
Copy link
Collaborator

@YanxuanLiu YanxuanLiu commented Nov 21, 2024

part fix of #2614

  1. set dynamic checkout depth to avoid missing target commit id.
  2. skip action for auto merge PRs.
  3. excludes thirdparty/*

YanxuanLiu and others added 9 commits November 21, 2024 11:33
Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: YanxuanLiu <[email protected]>
Signed-off-by: YanxuanLiu <[email protected]>
@YanxuanLiu YanxuanLiu requested a review from pxLi November 21, 2024 04:24
@YanxuanLiu YanxuanLiu self-assigned this Nov 21, 2024
@YanxuanLiu YanxuanLiu marked this pull request as ready for review November 21, 2024 04:24
@pxLi pxLi changed the title Fix bug license header check Fix bug license header check [skip ci] Nov 21, 2024
pxLi
pxLi previously approved these changes Nov 21, 2024
@pxLi pxLi dismissed their stale review November 21, 2024 04:28

one nit

@@ -22,11 +22,16 @@ on:
jobs:
license-header-check:
runs-on: ubuntu-latest
if: "!startsWith(${{github.event.pull_request.title}}, '[submodule-sync]')"
Copy link
Collaborator

@pxLi pxLi Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: format if: "!startsWith(github.event.pull_request.title, '[submodule-sync]')"

@pxLi pxLi added the bug Something isn't working label Nov 21, 2024
Signed-off-by: YanxuanLiu <[email protected]>
pxLi
pxLi previously approved these changes Nov 21, 2024
Signed-off-by: YanxuanLiu <[email protected]>
@pxLi pxLi dismissed their stale review November 21, 2024 04:50

invalid if express

@pxLi
Copy link
Collaborator

pxLi commented Nov 21, 2024

build

@YanxuanLiu YanxuanLiu merged commit 63f417a into NVIDIA:branch-24.12 Nov 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants