Added app-package-request

This commit is contained in:
Hugo Bernier 2024-04-24 10:11:36 -04:00 committed by GitHub
parent b9517f2823
commit 1d59f982d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

View File

@ -71,3 +71,21 @@ status:node-compatibility:
# Close the issue # Close the issue
close: true 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 organizations 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

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- main - main
paths:
- 'samples/**'
pull_request: pull_request:
branches: branches:
- main - main