diff --git a/.github/workflows/oss.yml b/.github/workflows/oss.yml index bd57d060..16e4663e 100644 --- a/.github/workflows/oss.yml +++ b/.github/workflows/oss.yml @@ -49,3 +49,5 @@ jobs: title: "chore(deps): Update OSS attribution for ${{ matrix.component }}" commit-message: "[Automated] Updating OSS attribution documents" delete-branch: true + labels: | + automerge diff --git a/.github/workflows/publish-build.yml b/.github/workflows/publish-build.yml index 332db1d8..1f61c5df 100644 --- a/.github/workflows/publish-build.yml +++ b/.github/workflows/publish-build.yml @@ -95,7 +95,7 @@ jobs: TAG: "${{ github.event.inputs.tag }}" run: | # Push all charts - scripts/push-charts.sh -r 'public.ecr.aws/aws-containers' + scripts/helm_push.sh -r 'public.ecr.aws/aws-containers' release: name: Release