From 96574d7b7386629bac838bcca04995dba6f103fd Mon Sep 17 00:00:00 2001 From: Paolo Pialorsi Date: Tue, 23 Jan 2024 09:02:09 +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 0000000..5af350e --- /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 363116029d85f4dc555ca3b1f81fb74e675ac53f Mon Sep 17 00:00:00 2001 From: Daniel Laskewitz Date: Wed, 21 Feb 2024 13:59:55 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1545449..1a224f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Power Automate 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 Automate.