From ecdc6e2dc9e04e956dc0063c75057cd096e70e89 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Sat, 9 Mar 2024 13:33:50 +0100 Subject: [PATCH] Add SPDX header from sync Signed-off-by: Andy Scherzinger --- .github/workflows/pr-feedback.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/pr-feedback.yml b/.github/workflows/pr-feedback.yml index 0e7359decd..4d365e6e49 100644 --- a/.github/workflows/pr-feedback.yml +++ b/.github/workflows/pr-feedback.yml @@ -3,6 +3,13 @@ # https://github.com/nextcloud/.github # https://docs.github.com/en/actions/learn-github-actions/sharing-workflows-with-your-organization +# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors +# SPDX-FileCopyrightText: 2023 Marcel Klehr +# SPDX-FileCopyrightText: 2023 Joas Schilling <213943+nickvergessen@users.noreply.github.com> +# SPDX-FileCopyrightText: 2023 Daniel Kesselberg +# SPDX-FileCopyrightText: 2023 Florian Steffens +# SPDX-License-Identifier: MIT + name: 'Ask for feedback on PRs' on: schedule: