Merged
Merged
Conversation
Comment on lines +18 to +23
| # Set the permissions to the lowest permissions possible needed for your steps. | ||
| # Copilot will be given its own token for its operations. | ||
| permissions: | ||
| # If you want to clone the repository as part of your setup steps, for example to install dependencies, you'll need the `contents: read` permission. If you don't clone the repository in your setup steps, Copilot will do this for you automatically after the steps complete. | ||
| contents: write # TEST: `uv` wasn't installed after the workflow succeded, maybe this is needed? | ||
| pull-requests: write # So copilot can add labels to the PR |