aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2023-05-31 08:21:14 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2023-05-31 08:21:14 +0200
commitae69a907bcf6ca6ad15f03368280c87b77219064 (patch)
tree64fe479fb5cd4cddb48ae28c39c33ff89c0d36af /.github
parent6a3a0409194decb0b33ab79e03784d6cf84d363e (diff)
downloadnextcloud-server-ae69a907bcf6ca6ad15f03368280c87b77219064.tar.gz
nextcloud-server-ae69a907bcf6ca6ad15f03368280c87b77219064.zip
ci: Use conventional commits for CA bundle updates
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-cacert-bundle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml
index e2fefc195f4..72c72f940cc 100644
--- a/.github/workflows/update-cacert-bundle.yml
+++ b/.github/workflows/update-cacert-bundle.yml
@@ -29,12 +29,12 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
- commit-message: Update CA certificate bundle
+ commit-message: "fix(security): Update CA certificate bundle"
committer: GitHub <noreply@github.com>
author: nextcloud-command <nextcloud-command@users.noreply.github.com>
signoff: true
branch: automated/noid/${{ matrix.branches }}-update-ca-cert-bundle
- title: "[${{ matrix.branches }}] Update ca-cert bundle"
+ title: "[${{ matrix.branches }}] fix(security): Update CA certificate bundle"
body: |
Auto-generated update of CA certificate bundle from [https://curl.se/docs/caextract.html](https://curl.se/docs/caextract.html)
labels: |