Skip to content

Commit 3e7543a

Browse files
authored
Merge pull request #60927 from github/repo-sync
Repo sync
2 parents 5762219 + 9d08dce commit 3e7543a

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

content/actions/tutorials/create-actions/create-a-composite-action.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,3 @@ jobs:
247247
env:
248248
RANDOM_NUMBER: {% raw %}${{ steps.foo.outputs.random-number }}{% endraw %}
249249
```
250-
251-
## Example composite actions on {% data variables.product.github %}
252-
253-
You can find many examples of composite actions on {% data variables.product.github %}.
254-
255-
* [microsoft/action-python](https://github.com/microsoft/action-python)
256-
* [microsoft/gpt-review](https://github.com/microsoft/gpt-review)
257-
* [tailscale/github-action](https://github.com/tailscale/github-action)

content/copilot/how-tos/troubleshoot-copilot/troubleshoot-common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Most people see rate limiting for select models, due to limited capacity.
7171

7272
Service-level request rate limits ensure high service quality for all {% data variables.product.prodname_copilot_short %} users and should not affect typical or even deeply engaged {% data variables.product.prodname_copilot_short %} usage. We are aware of some use cases that are affected by it. {% data variables.product.github %} is iterating on {% data variables.product.prodname_copilot_short %}’s rate-limiting heuristics to ensure it doesn’t block legitimate use cases.
7373

74-
In the case you are rate limited, the error message will contain the suggested time to retry for a successful request. Consider [alternative actions](/copilot/concepts/rate-limits#what-to-do-if-you-are-rate-limited) to continue using {% data variables.product.prodname_copilot_short %} while your limit is reset.
74+
If you are rate limited, the error message will contain the suggested retry time for a successful request. For more information about alternative actions you can take while your limit resets, see [AUTOTITLE](/copilot/concepts/usage-limits#what-to-do-if-you-hit-a-limit).
7575

7676
In case you experience repeated rate limiting in {% data variables.product.prodname_copilot_short %} contact {% data variables.contact.contact_support_page %}.
7777

0 commit comments

Comments
 (0)