Skip to content

Commit

Permalink
change PR and branch naming
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies committed Mar 6, 2023
1 parent 9ceb120 commit a7542bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,14 +324,12 @@ jobs:

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
env:
GIT_SHA: ${{ needs.prepare_ci_run.outputs.GIT_SHA }}
with:
token: ${{ secrets.KEPTN_BOT_TOKEN }}
path: ./helm-charts-repository
commit-message: "Update KLT chart"
commit-message: "feat: update KLT chart"
signoff: true
branch: klt-chart-update-${{ env.GIT_SHA }}
branch: klt-chart-update-${{ needs.prepare_ci_run.outputs.BRANCH_SLUG }}
delete-branch: true
base: main
title: "Update KLT Helm chart"
Expand Down

0 comments on commit a7542bc

Please sign in to comment.