From 84cba572f0521d4bc7fb349672dea4d9306edce6 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:23:54 -0400 Subject: [PATCH 1/2] Update agent-tasks REST API intro to reference Copilot cloud agent (#60616) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com> --- content/rest/agent-tasks/agent-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rest/agent-tasks/agent-tasks.md b/content/rest/agent-tasks/agent-tasks.md index df8bfeb4bf5b..c35f159764ee 100644 --- a/content/rest/agent-tasks/agent-tasks.md +++ b/content/rest/agent-tasks/agent-tasks.md @@ -1,7 +1,7 @@ --- title: Agent tasks shortTitle: Agent tasks -intro: Use the REST API to manage agent tasks in {% data variables.product.prodname_actions %}. +intro: Use the REST API to start and manage {% data variables.copilot.copilot_coding_agent %} tasks. versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖 fpt: '*' ghec: '*' From 2f75e12a1b06ca9478d9500bd6a6864b5eb2e1b7 Mon Sep 17 00:00:00 2001 From: Jacob Wallraff Date: Mon, 6 Apr 2026 15:37:52 -0700 Subject: [PATCH 2/2] Add note about workflow rerun limit (#60176) Co-authored-by: Salil --- .../how-tos/manage-workflow-runs/re-run-workflows-and-jobs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs.md b/content/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs.md index a75c4110c605..5eb927d7acff 100644 --- a/content/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs.md +++ b/content/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs.md @@ -19,6 +19,10 @@ contentType: how-tos > [!NOTE] > Re-run workflows use the privileges of the actor who initially triggered the workflow, not the privileges of the actor who initiated the re-run. The workflow will also use the same `GITHUB_SHA` (commit SHA) and `GITHUB_REF` (git ref) of the original event that triggered the workflow run. +{% ifversion fpt or ghec %} +> +> A workflow run can be re-run a maximum of 50 times. Re-running only a single job or failed jobs counts towards this limit. +{% endif %} ## Re-running all the jobs in a workflow