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 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: '*'