aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-31 09:23:28 +0200
committerGitHub <noreply@github.com>2023-05-31 09:23:28 +0200
commit581e5e3f050a81f8732928183c9cc64f48c55687 (patch)
tree64fe479fb5cd4cddb48ae28c39c33ff89c0d36af
parent6a3a0409194decb0b33ab79e03784d6cf84d363e (diff)
parentae69a907bcf6ca6ad15f03368280c87b77219064 (diff)
downloadnextcloud-server-581e5e3f050a81f8732928183c9cc64f48c55687.tar.gz
nextcloud-server-581e5e3f050a81f8732928183c9cc64f48c55687.zip
Merge pull request #38537 from nextcloud/ci/cacert/conventional-commits
ci: Use conventional commits for CA bundle updates
-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: |