diff --git a/.github/workflows/update-artifacthub-images.yaml b/.github/workflows/update-artifacthub-images.yaml index 49d72e119..3b443fe2a 100644 --- a/.github/workflows/update-artifacthub-images.yaml +++ b/.github/workflows/update-artifacthub-images.yaml @@ -48,12 +48,11 @@ jobs: - run: ./.github/scripts/enforce-trusted-registries.sh "charts/${{ matrix.chart }}" - id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: | charts/${{ matrix.chart }}/Chart.yaml commit-message: "ci(${{ matrix.chart }}/artifacthub-images): Update images in 'Chart.yaml'" - author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> branch: ci/${{ matrix.chart }}-update-artifacthub-images title: "ci(${{ matrix.chart }}/artifacthub-images): Update ArtifactHUB images" body: | diff --git a/.github/workflows/update-codeowners.yaml b/.github/workflows/update-codeowners.yaml index 1141ebe6d..fe2c8d99c 100644 --- a/.github/workflows/update-codeowners.yaml +++ b/.github/workflows/update-codeowners.yaml @@ -19,12 +19,11 @@ jobs: - name: Create PR id: create-pr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: add-paths: | .github/CODEOWNERS commit-message: "ci: [bot] Update 'CODEOWNERS'" - author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> branch: ci/update-codeowners title: "ci: Update CODEOWNERS" - name: Set PR to auto-merge