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:42:34 +0100 |
commit | 421d8ac4b3ede4b67ed7ffeecbf58f7d7ca6d0a6 (patch) | |
tree | 85e50484d613379fde710940d17c963aa4add968 /.github | |
parent | d6152bf98d4a9c86b65536a8be99cf2f64fbde16 (diff) | |
download | nextcloud-server-421d8ac4b3ede4b67ed7ffeecbf58f7d7ca6d0a6.tar.gz nextcloud-server-421d8ac4b3ede4b67ed7ffeecbf58f7d7ca6d0a6.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 f2b761aa602..181148a6c8b 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 |