From c1c0270f7508bd139d440cdce0c1abef52762e05 Mon Sep 17 00:00:00 2001 From: Paolo Pialorsi Date: Tue, 23 Jan 2024 09:01:14 +0100 Subject: [PATCH 1/2] Create validate-sample.yml --- .github/workflows/validate-sample.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/validate-sample.yml diff --git a/.github/workflows/validate-sample.yml b/.github/workflows/validate-sample.yml new file mode 100644 index 00000000..5af350e7 --- /dev/null +++ b/.github/workflows/validate-sample.yml @@ -0,0 +1,15 @@ +name: Sample validation + +on: + pull_request_target: + branches: + - "main" + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - name: Validate + uses: pnp/pnp-sample-validation@main + with: + gh-token: ${{ secrets.GITHUB_TOKEN }} From ce87e98c0e858b970d8329dd1ecbc726f7d99d92 Mon Sep 17 00:00:00 2001 From: Daniel Laskewitz Date: Wed, 21 Feb 2024 13:59:30 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0f4dd76..869f0fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Power Apps Samples -This repository contains community samples that demonstrate different usage patterns for Power Apps. We are in the process of moving the samples over to a generic [Power Platform Samples repository](https://github.com/pnp/powerplatform-samples). +> [!IMPORTANT] +> We are currently in the process to move all the samples from product-specific repositories like this repository to one repository for all Power Platform Samples. Please create Pull Requests (PRs) in that [repository](https://github.com/pnp/powerplatform-samples) + +This repository contains community samples that demonstrate different usage patterns for Power Apps. > We welcome community contributions to the `samples` folder in this repository for demonstrating different use cases with Power Apps.