From 91f119881d6c71b40ee89377b63be75a769c9659 Mon Sep 17 00:00:00 2001 From: Micah Villmow <4211002+mvillmow@users.noreply.github.com> Date: Mon, 4 May 2026 16:38:54 +0000 Subject: [PATCH 1/2] ci: stop PR title lint from mutating labels --- .github/workflows/lint-pr-title.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr-title.yaml b/.github/workflows/lint-pr-title.yaml index 4b64f6fe8c41..b53adae33197 100644 --- a/.github/workflows/lint-pr-title.yaml +++ b/.github/workflows/lint-pr-title.yaml @@ -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' \ No newline at end of file + # 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' From d8a7a4d60215c512399544398a22977eba8df97d Mon Sep 17 00:00:00 2001 From: Micah Villmow <4211002+mvillmow@users.noreply.github.com> Date: Mon, 4 May 2026 16:41:54 +0000 Subject: [PATCH 2/2] ci: use lowercase copyright check image --- .github/workflows/copyright-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copyright-checks.yml b/.github/workflows/copyright-checks.yml index 5985ed69b358..a2a1bd50f258 100644 --- a/.github/workflows/copyright-checks.yml +++ b/.github/workflows/copyright-checks.yml @@ -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