-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update commiter for PR creation step (#1087)
* update commiter for PR creation step * update commiter for PR create step
- Loading branch information
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,7 @@ jobs: | |
|
||
- name: Import GPG key | ||
uses: crazy-max/ghaction-import-gpg@v6 | ||
id: import-gpg | ||
with: | ||
gpg_private_key: ${{ secrets.VM_BOT_GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.VM_BOT_PASSPHRASE }} | ||
|
@@ -37,6 +38,7 @@ jobs: | |
workdir: __vm-charts-repo | ||
|
||
- name: Update crd yaml in chart repo | ||
id: update | ||
run: | | ||
cp ../__vm-operator-repo/config/crd/overlay/crd.yaml charts/victoria-metrics-operator/crd.yaml | ||
cp ../__vm-operator-repo/config/crd/overlay/crd.yaml charts/victoria-metrics-k8s-stack/charts/crds/crds/crd.yaml | ||
|
@@ -50,7 +52,7 @@ jobs: | |
add-paths: charts | ||
commit-message: Automatic update operator crds from ${{ github.repository }}@${{ steps.update.outputs.SHORT_SHA }} | ||
signoff: true | ||
author: Github Actions <[email protected]> | ||
committer: "Github Actions <${{ steps.import-gpg.outputs.email }}>" | ||
path: __vm-charts-repo | ||
branch: operator-crd-update-${{ steps.update.outputs.BUILDTIME }} | ||
token: ${{ secrets.VM_BOT_GH_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ jobs: | |
id: go | ||
|
||
- name: Import GPG key | ||
id: import-gpg | ||
uses: crazy-max/ghaction-import-gpg@v6 | ||
with: | ||
gpg_private_key: ${{ secrets.VM_BOT_GPG_PRIVATE_KEY }} | ||
|
@@ -66,7 +67,7 @@ jobs: | |
add-paths: docs/operator | ||
commit-message: Automatic update operator docs from ${{ github.repository }}@${{ steps.update.outputs.SHORT_SHA }} | ||
signoff: true | ||
author: Github Actions <[email protected]> | ||
committer: "Github Actions <${{ steps.import-gpg.outputs.email }}>" | ||
path: __vm-docs-repo | ||
branch: operator-docs-update-${{ steps.update.outputs.BUILDTIME }} | ||
token: ${{ secrets.VM_BOT_GH_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ jobs: | |
|
||
- name: Import GPG key | ||
uses: crazy-max/ghaction-import-gpg@v6 | ||
id: import-gpg | ||
with: | ||
gpg_private_key: ${{ secrets.VM_BOT_GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.VM_BOT_PASSPHRASE }} | ||
|
@@ -62,7 +63,7 @@ jobs: | |
add-paths: operators/victoriametrics-operator | ||
commit-message: 'victoriametrics-operator: ${{ steps.update.outputs.VERSION }}' | ||
signoff: true | ||
author: Github Actions <[email protected]> | ||
committer: "Github Actions <${{ steps.import-gpg.outputs.email }}>" | ||
path: __k8s-operatorhub-repo | ||
push-to-fork: ${{ matrix.repo.fork }} | ||
branch: vm-operator-release-${{ steps.update.outputs.VERSION }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ jobs: | |
|
||
- name: Import GPG key | ||
uses: crazy-max/ghaction-import-gpg@v6 | ||
id: import-gpg | ||
with: | ||
gpg_private_key: ${{ secrets.VM_BOT_GPG_PRIVATE_KEY }} | ||
passphrase: ${{ secrets.VM_BOT_PASSPHRASE }} | ||
|
@@ -46,7 +47,7 @@ jobs: | |
add-paths: ${{ steps.update.outputs.OPERATOR_PATH }} | ||
commit-message: Automatic update operator version on sandbox from ${{ github.repository }}@${{ steps.update.outputs.SHORT_SHA }} | ||
signoff: true | ||
author: Github Actions <[email protected]> | ||
committer: "Github Actions <${{ steps.import-gpg.outputs.email }}>" | ||
path: __vm-ops-repo | ||
branch: sandbox-operator-release-automation | ||
token: ${{ secrets.VM_BOT_GH_TOKEN }} | ||
|