Skip to content

Commit 931102f

Browse files
authored
Merge pull request #43702 from github/repo-sync
Repo sync
2 parents 3e6ec5c + 2f75e12 commit 931102f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/actions/how-tos/manage-workflow-runs/re-run-workflows-and-jobs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ contentType: how-tos
1919

2020
> [!NOTE]
2121
> 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.
22+
{% ifversion fpt or ghec %}
23+
>
24+
> 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.
25+
{% endif %}
2226

2327
## Re-running all the jobs in a workflow
2428

content/rest/agent-tasks/agent-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Agent tasks
33
shortTitle: Agent tasks
4-
intro: Use the REST API to manage agent tasks in {% data variables.product.prodname_actions %}.
4+
intro: Use the REST API to start and manage {% data variables.copilot.copilot_coding_agent %} tasks.
55
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
66
fpt: '*'
77
ghec: '*'

0 commit comments

Comments
 (0)