Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/rest/agent-tasks/agent-tasks.md
Original file line number Diff line number Diff line change
@@ -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: '*'
Expand Down
Loading