Skip to content

Update GitHub workflows and PR templates #3

Update GitHub workflows and PR templates

Update GitHub workflows and PR templates #3

Workflow file for this run

name: PR Summary Eval
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
evaluate-summary:

Check failure on line 8 in .github/workflows/pr-summary-eval.yml

View workflow run for this annotation

GitHub Actions / PR Summary Eval

Invalid workflow file

The workflow is not valid. .github/workflows/pr-summary-eval.yml (Line: 8, Col: 3): Error calling workflow 'microsoft/Xbox-GDK-Samples/.github/workflows/pr-summary-eval-reusable.yml@269b2f3911580489f0c70cd1ecc17df18f609bf3'. The workflow is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
# Skip the initial 'opened' event for bot PRs — the generate workflow will
# handle eval after updating the body.
if: >-
!(github.event.action == 'opened' && endsWith(github.event.pull_request.user.login, '[bot]'))
uses: ./.github/workflows/pr-summary-eval-reusable.yml
with:
pr-number: ${{ github.event.pull_request.number }}