You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/concepts/agents/about-copilot-cli.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ The following sections provide examples of tasks you can complete with {% data v
93
93
94
94
*`List my open PRs`
95
95
96
-
This lists your open pull requests from any repository on GitHub. For more specific results, include the repository name in your prompt:
96
+
This lists your open pull requests from any repository on {% data variables.product.github %}. For more specific results, include the repository name in your prompt:
97
97
98
98
*`List all open issues assigned to me in OWNER/REPO`
99
99
@@ -103,11 +103,11 @@ The following sections provide examples of tasks you can complete with {% data v
103
103
104
104
* Ask {% data variables.product.prodname_copilot_short %} to make file changes and raise a pull request on {% data variables.product.prodname_dotcom_the_website %}.
105
105
106
-
*`In the root of this repo, add a Node script called user-info.js that outputs information about the user who ran the script. Create a pull request to add this file to the repo on GitHub.`
106
+
*`In the root of this repo, add a Node script called user-info.js that outputs information about the user who ran the script. Create a pull request to add this file to the repo on {% data variables.product.github %}.`
107
107
108
108
*`Create a PR that updates the README at https://github.com/octo-org/octo-repo, changing the subheading "How to run" to "Example usage"`
109
109
110
-
Copilot creates a pull request on github.com, on your behalf. You are marked as the pull request author.
110
+
Copilot creates a pull request on {% data variables.product.prodname_dotcom_the_website %}, on your behalf. You are marked as the pull request author.
111
111
112
112
* Ask {% data variables.product.prodname_copilot_short %} to create an issue for you on {% data variables.product.prodname_dotcom_the_website %}.
113
113
@@ -127,7 +127,7 @@ The following sections provide examples of tasks you can complete with {% data v
127
127
128
128
* Find specific types of issues.
129
129
130
-
`Use the Github MCP server to find good first issues for a new team member to work on from octo-org/octo-repo`
130
+
`Use the {% data variables.product.github %} MCP server to find good first issues for a new team member to work on from octo-org/octo-repo`
131
131
132
132
> [!NOTE]
133
133
> If you know that a specific MCP server can achieve a particular task, then specifying it in your prompt can help {% data variables.product.prodname_copilot_short %} to deliver the results you want.
@@ -138,7 +138,7 @@ The following sections provide examples of tasks you can complete with {% data v
138
138
139
139
* Create a {% data variables.product.prodname_actions %} workflow.
140
140
141
-
`Branch off from main and create a github actions workflow that will run on pull requests, or can be run manually. The workflow should run eslint to check for problems in the changes made in the PR. If warnings or errors are found these should be shown as messages in the diff view of the PR. I want to prevent code with errors from being merged into main so, if any errors are found, the workflow should cause the PR check to fail. Push the new branch and create a pull request.`
141
+
`Branch off from main and create a {% data variables.product.prodname_actions %} workflow that will run on pull requests, or can be run manually. The workflow should run eslint to check for problems in the changes made in the PR. If warnings or errors are found these should be shown as messages in the diff view of the PR. I want to prevent code with errors from being merged into main so, if any errors are found, the workflow should cause the PR check to fail. Push the new branch and create a pull request.`
0 commit comments