Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/copyright-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
copyright-checks:
runs-on: ubuntu-24.04
container:
image: ghcr.io/${{ github.repository }}/helm-tester:0.1.1
image: ghcr.io/llm360/nvidia-dynamo/helm-tester:0.1.1
options: --tty
volumes:
- ${{ github.workspace }}:/workspace
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/lint-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
- uses: ytanikin/pr-conventional-commits@b628c5a234cc32513014b7bfdd1e47b532124d98
with:
task_types: '["feat", "fix", "docs", "test", "ci", "refactor", "perf", "chore", "revert", "style", "build"]'
add_label: 'true'
# Labeling is handled by label-pr.yml. This workflow runs with
# read-only tokens in this repo and should not mutate PR labels.
add_label: 'false'
Loading