You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/actions/reference/workflows-and-actions/events-that-trigger-workflows.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,9 @@ on:
56
56
57
57
{% data reusables.actions.branch-requirement %}
58
58
59
+
> [!NOTE]
60
+
> To prevent recursive workflows, this event does not trigger workflows if the check run's check suite was created by {% data variables.product.prodname_actions %} or if the check suite's head SHA is associated with {% data variables.product.prodname_actions %}.
61
+
59
62
Runs your workflow when activity related to a check run occurs. A check run is an individual test that is part of a check suite. For information, see [AUTOTITLE](/rest/guides/using-the-rest-api-to-interact-with-checks). For information about the check run APIs, see [AUTOTITLE](/graphql/reference/objects#checkrun) in the GraphQL API documentation or [AUTOTITLE](/rest/checks/runs).
60
63
61
64
For example, you can run a workflow when a check run has been `rerequested` or `completed`.
@@ -78,7 +81,7 @@ on:
78
81
{% data reusables.actions.branch-requirement %}
79
82
80
83
> [!NOTE]
81
-
> To prevent recursive workflows, this event does not trigger workflows if the check suite was created by {% data variables.product.prodname_actions %}.
84
+
> To prevent recursive workflows, this event does not trigger workflows if the check suite was created by {% data variables.product.prodname_actions %} or if the check suite's head SHA is associated with {% data variables.product.prodname_actions %}.
82
85
83
86
Runs your workflow when check suite activity occurs. A check suite is a collection of the check runs created for a specific commit. Check suites summarize the status and conclusion of the check runs that are in the suite. For information, see [AUTOTITLE](/rest/guides/using-the-rest-api-to-interact-with-checks). For information about the check suite APIs, see [AUTOTITLE](/graphql/reference/objects#checksuite) in the GraphQL API documentation or [AUTOTITLE](/rest/checks/suites).
Copy file name to clipboardExpand all lines: content/billing/concepts/product-billing/github-codespaces.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ You can view details of your usage for the current month at any time. See [AUTOT
81
81
82
82
If you are blocked from resuming a codespace and you want to continue to work on changes you have made in your codespace, you can do any of the following:
83
83
84
-
* Add a payment method and set a budget greater than $0 USD.
84
+
* Add a payment method and review your budget settings to ensure they meet your usage needs. See [AUTOTITLE](/billing/tutorials/set-up-budgets#viewing-budgets).
85
85
* Export the changes from the codespace to a branch. See [AUTOTITLE](/codespaces/troubleshooting/exporting-changes-to-a-branch).
86
86
* Wait for your monthly included usage to reset at the start of the next monthly billing cycle.
87
87
@@ -204,6 +204,8 @@ Use of codespaces created using prebuilds is charged at the same rate as regular
204
204
205
205
{% data reusables.billing.default-over-quota-behavior %}
Copy file name to clipboardExpand all lines: content/billing/concepts/product-billing/github-models.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,9 @@ For accounts that use a custom model with a third-party model provider, billing
65
65
66
66
Enterprises and organizations can opt in to paid usage to access expanded model capabilities, including increased request allowances and larger context windows. You can manage their spending by setting a budget.
67
67
68
-
By default, organizations and personal accounts that opt in to paid usage have a spending limit of $0 US dollars (USD) until the budget is increased.
68
+
Organizations and personal accounts may have default budgets to limit spending. Check the budgets for your account to ensure they are appropriate for your usage needs. See [AUTOTITLE](/billing/tutorials/set-up-budgets#viewing-budgets).
69
+
70
+
{% data reusables.billing.migrated-budgets %}
69
71
70
72
For more information, see [AUTOTITLE](/billing/managing-your-billing/using-budgets-control-spending).
71
73
@@ -105,24 +107,24 @@ The following table displays how the total cost is calculated for a request usin
105
107
106
108
The following steps demonstrate how the total cost is calculated:
107
109
108
-
1.**Calculate input tokens:**
109
-
Multiply the number of input tokens by the input multiplier.
110
+
1.**Calculate input tokens:**
111
+
Multiply the number of input tokens by the input multiplier.
Copy file name to clipboardExpand all lines: content/billing/tutorials/set-up-budgets.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ Budgets and alerts allow you to track spending on metered products for your acco
34
34
35
35
If your account does not have a valid payment method on file, usage is blocked once you use up your quota.
36
36
37
-
By default, if you have a valid payment method on file, spending is limited to $0 USD until you set a budget. You can set and manage a budget to limit spending for a product or SKU.
37
+
If you have a valid payment method on file, spending may be limited by one or more budgets. Check the budgets set for your account to ensure they are appropriate for your usage needs.
38
38
39
-
<!--Billing: default budget-->
39
+
{% data reusables.billing.migrated-budgets %}
40
40
41
41
## About budgets
42
42
@@ -126,7 +126,7 @@ As the owner of an enterprise or organization account, or as a billing manager,
126
126
127
127
### Editing or deleting a budget
128
128
129
-
>[!IMPORTANT] Deleting a budget may remove any limits on spending, depending on your other existing budgets. For example, deleting the default $0 budget for {% data variables.product.prodname_copilot_short %} premium requests allows for unlimited usage.
129
+
>[!IMPORTANT] Deleting a budget may remove any limits on spending, depending on your other existing budgets. For example, deleting the only budget that limits {% data variables.product.prodname_copilot_short %} premium requests allows for unlimited usage.
130
130
131
131
You can edit or delete a budget at any time, but you cannot change the scope of a budget after creating it.
0 commit comments