Add permissions block to changeset workflows#19335
Conversation
|
Going to use this PR to validate the flow still works. I'll add links here as I do so to the relevant action runs. |
|
This PR requires a changeset, but none is present. You should add one before you merge. See the documentation in the wiki for more information about changesets and how to create them. |
|
Upon adding changeset required label, workflows succeeded in posting a comment when corresponding PR didn't have a changeset. See above comment. Relevant action runs: https://github.com/microsoft/FluidFramework/actions/runs/7632044704/job/20791366400?pr=19335 Note that the second action isn't actually running the version with restricted permissions; commit it references is from main. After reading the workflow_run doc, I think this can only be tested by checking this change into a fork and verifying it works there. I've done that on this PR in my fork, see corresponding changeset-reporter run here. |
## Description Updates the workflows related to changeset management to include a permissions block. See github permissions doc [here](https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-github-actions#permissions). Co-authored-by: Abram Sanderson <absander@microsoft.com>
Description
Updates the workflows related to changeset management to include a permissions block.
See github permissions doc here.