diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2021-11-04 11:48:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-04 11:48:51 +0100 |
commit | c6429e6cd19c57582364338362e543580821cf99 (patch) | |
tree | 77a25ef39fcb84a9b42be75127e3b8e710202e28 /.github | |
parent | 0dc51320e8bdbf0f4b14ced38b0a6fbaddf8b81a (diff) | |
parent | 421d8ac4b3ede4b67ed7ffeecbf58f7d7ca6d0a6 (diff) | |
download | nextcloud-server-c6429e6cd19c57582364338362e543580821cf99.tar.gz nextcloud-server-c6429e6cd19c57582364338362e543580821cf99.zip |
Merge pull request #29547 from nextcloud/automated/noid/psalm-baseline-update
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 |