diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2021-11-04 11:42:34 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2021-11-04 11:44:07 +0100 |
commit | 91ad520de943b1c60d31627c306e18c9ccac2476 (patch) | |
tree | cfeaf09de754f532ccc5f01025f4942b8fee73e7 /.github | |
parent | 1f3a9c6337287040e233d91e60593ad41d782731 (diff) | |
download | nextcloud-server-91ad520de943b1c60d31627c306e18c9ccac2476.tar.gz nextcloud-server-91ad520de943b1c60d31627c306e18c9ccac2476.zip |
Add branch-suffix to update-psalm-baseline PR creation
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-psalm-baseline.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml index 3816fd4027d..b5b38cd888b 100644 --- a/.github/workflows/update-psalm-baseline.yml +++ b/.github/workflows/update-psalm-baseline.yml @@ -42,6 +42,8 @@ jobs: author: nextcloud-command <nextcloud-command@users.noreply.github.com> signoff: true branch: automated/noid/psalm-baseline-update + # Make sure we can open multiple PRs + branch-suffix: timestamp title: '[Automated] Update psalm-baseline.xml' body: | Auto-generated update psalm-baseline.xml with fixed psalm warnings |