diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-04-04 23:24:30 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-04-04 23:24:30 +0200 |
commit | 7b0bcf27b9e611cf63d9569630152bd85100fe51 (patch) | |
tree | 84a888fc4d96536be0db37e186809abf3bf2eb95 /.github | |
parent | 1043c70f008ae335cc7a760ad039e40548219ec9 (diff) | |
download | nextcloud-server-7b0bcf27b9e611cf63d9569630152bd85100fe51.tar.gz nextcloud-server-7b0bcf27b9e611cf63d9569630152bd85100fe51.zip |
fix(ci): Use conventional commits for update-psalm-baseline workflow
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 1f963a2f005..21b9d6aa7d8 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -53,7 +53,7 @@ jobs: uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e with: token: ${{ secrets.COMMAND_BOT_PAT }} - commit-message: Update psalm baseline + commit-message: "chore(tests): Update psalm baseline" committer: GitHub <noreply@github.com> author: nextcloud-command <nextcloud-command@users.noreply.github.com> signoff: true |