Skip to content

Update copilot-setup-steps.yml#63622

Closed
liu-idf18 wants to merge 1 commit into
microsoft:mainfrom
liu-idf18:patch-4
Closed

Update copilot-setup-steps.yml#63622
liu-idf18 wants to merge 1 commit into
microsoft:mainfrom
liu-idf18:patch-4

Conversation

@liu-idf18

Copy link
Copy Markdown

TZAHAL 165

@typescript-automation typescript-automation Bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Jul 6, 2026
@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog Jul 6, 2026
@typescript-automation

Copy link
Copy Markdown

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

1 similar comment
@typescript-automation

Copy link
Copy Markdown

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the repository’s Copilot cloud agent setup workflow (copilot-setup-steps.yml), which controls how Copilot’s ephemeral GitHub Actions environment is prepared before the agent starts work.

Changes:

  • Replaces the workflow trigger from workflow_dispatch to on: workflow.
  • Changes the job token permission from contents: read to contents: write.

@@ -1,5 +1,5 @@
name: 'Copilot Setup Steps'
on: workflow_dispatch
on: workflow
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: read
contents: write
@jakebailey jakebailey closed this Jul 6, 2026
@github-project-automation github-project-automation Bot moved this from Not started to Done in PR Backlog Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants