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
? `These are the first ${redirectGroups.length} of ${allRedirectGroups.length} redirects found. The full list is available in the [workflow run artifacts](${actionRunUrl}).`
149
+
: `These are the first ${redirectGroups.length} of ${allRedirectGroups.length} redirects found.`
150
+
144
151
const body = [
145
-
'@copilot Please fix the redirected internal links listed in the table below.',
146
-
'All changes should be made within the `github/docs-internal` repository.',
147
-
'For each entry, open the source file and replace the **Current Link** with the **Update To** path.',
148
-
'When all changes are made, open a pull request in `github/docs-internal` with the fixes.',
152
+
'Copilot please fix the redirected internal links listed in the table below. All changes should be made within the `github/docs-internal` repository. For each entry, open the source file and replace the **Current Link** with the **Update To** path.',
153
+
'When all changes are made, open a pull request in `github/docs-internal` with the fixes. The pull request description should reference this issue to create a link between them. When the pull request is open, leave a comment on this issue with a link to it.',
154
+
'',
155
+
countLine,
149
156
'',
150
157
'## Redirects to fix',
151
158
'',
@@ -166,7 +173,7 @@ jobs:
166
173
agent_assignment: {
167
174
target_repo: 'github/docs-internal',
168
175
base_branch: 'main',
169
-
custom_instructions: 'For each entry in the table, open the source file in the github/docs-internal repository and replace the Current Link with the Update To path. When all changes are made, open a pull request in github/docs-internal with the fixes.',
176
+
custom_instructions: 'For each entry in the table, open the source file in the github/docs-internal repository and replace the Current Link with the Update To path. When all changes are made, open a pull request in github/docs-internal with the fixes. The pull request description should reference this issue to create a link between them. When the pull request is open, leave a comment on this issue with a link to it.',
0 commit comments