From 1d59f982d228d3e4e3e07367589b397df0c8c2bb Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Wed, 24 Apr 2024 10:11:36 -0400 Subject: [PATCH] Added app-package-request --- .github/label-actions.yml | 18 ++++++++++++++++++ .github/workflows/merge-json-samples.yaml | 2 ++ 2 files changed, 20 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index ab2003321..3af5ca1a1 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -71,3 +71,21 @@ status:node-compatibility: # Close the issue close: true + + +# Dealing with people asking for app packages +status:app-package-request + # Post a comment + comment: |+ + Thank you for reaching out! Please note that the samples in this repository are intended solely for educational purposes. Unfortunately, we are unable to provide a built or packaged solution. + + For your safety and security, we strongly advise against downloading or installing any packaged solutions from the internet without thoroughly reviewing their contents first. Additionally, please ensure to consult your organization’s security guidelines before employing any samples from this repository in a production environment. + + For more detailed information, please review our [support guidelines](https://github.com/pnp/sp-dev-fx-webparts/blob/main/SUPPORT.md). + + Feel free to open a new issue if you'd like to request for help building the solution. Make sure to provide all the requested information so that we can help you as quickly as possible. + + We appreciate your understanding and cooperation! + + # Close the issue + close: true \ No newline at end of file diff --git a/.github/workflows/merge-json-samples.yaml b/.github/workflows/merge-json-samples.yaml index 9cb493d6a..5308dbb78 100644 --- a/.github/workflows/merge-json-samples.yaml +++ b/.github/workflows/merge-json-samples.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - 'samples/**' pull_request: branches: - main