Prompt Sample - Compare technical proposals to find the suitable proposal based on the defined criteria using Microsoft 365 Copilot #71
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |