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/how-tos/troubleshoot-workflows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Specific events allow for filtering by branch, tag, and/or paths you can customi
97
97
98
98
You can use special characters with filters. For more information, see [AUTOTITLE](/actions/reference/workflows-and-actions/workflow-syntax#filter-pattern-cheat-sheet).
99
99
100
-
For path filtering, evaluating diffs is limited to the first 300files. If there are files changed that are not matched in the first 300 files returned by the filter, the workflow will not be run. For more information, see [AUTOTITLE](/actions/reference/workflows-and-actions/workflow-syntax#git-diff-comparisons).
100
+
For path filtering, evaluating diffs is limited to the first {% ifversion actions-paths-filter-limit %}3,000{% else %}300{% endif %} files. If there are files changed that are not matched in the first {% ifversion actions-paths-filter-limit %}3,000{% else %}300{% endif %} files returned by the filter, the workflow will not be run. For more information, see [AUTOTITLE](/actions/reference/workflows-and-actions/workflow-syntax#git-diff-comparisons).
Copy file name to clipboardExpand all lines: content/billing/concepts/budgets-and-alerts.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Each budget has a type and a scope that define which paid use contributes to spe
28
28
29
29
***Universal**: applies to all licensed users by default
30
30
***Cost center user-level**: applies to every user in a cost center
31
-
***Individual**: overrides the above for specific users
31
+
***Individual**: overrides the above for specific users, and can be given an optional expiration date so a temporary override is removed automatically
32
32
33
33
For {% data variables.product.prodname_copilot_short %}, cost centers can also have included usage controls, which cap how much of the shared {% data variables.product.prodname_ai_credits_short %} pool a cost center can use before metered usage begins. This is a separate control from the budgets and the included usage alerts described below. See [AUTOTITLE](/copilot/concepts/billing/budgets-for-usage-based-billing#included-usage-controls-for-cost-centers).
Copy file name to clipboardExpand all lines: content/billing/how-tos/set-up-budgets.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,14 @@ As the owner of an enterprise or organization account, or as a billing manager,
120
120
* Select a cost center to create a user-level budget that applies to every user in that cost center. This sets one per-user amount for all current and future members, and overrides the universal budget for them.
121
121
* Select a specific user to create an individual budget that overrides both the universal budget and any cost center user-level budget for that user.
122
122
123
+
1. If you selected a specific user, optionally set an expiration date for the individual budget under "Expiration".
124
+
125
+
***No expiration**: The budget applies until you edit or delete it. This is the default.
126
+
***End of current billing cycle**: {% data variables.product.github %} removes the budget when the current billing cycle ends.
127
+
***Specific date**: {% data variables.product.github %} removes the budget on the date you choose.
128
+
129
+
When an individual budget expires, {% data variables.product.github %} removes it and the user falls back to the next budget that applies to them: their cost center user-level budget, if they have one, or otherwise the universal user-level budget. If neither budget is configured, no user-level budget applies. See [AUTOTITLE](/copilot/concepts/billing/budgets-for-usage-based-billing#expiration-dates-for-individual-user-level-budgets).
130
+
123
131
1. Under "Budget", set a budget amount or license count.
124
132
125
133
To stop any usage and further spending once the budget limit is reached, select **Stop usage when budget limit is reached** or **Limit usage when budget limit is reached**, if available. **This option is available for metered products and for {% data variables.product.prodname_AS %} SKU-level budgets**. For {% data variables.product.prodname_AS %}, this option prevents new enablement on additional repositories. It doesn't disable {% data variables.product.prodname_AS %} on repositories where it is already active. See [AUTOTITLE](/billing/concepts/product-billing/github-advanced-security#hard-budgets-for-github-advanced-security-skus).
@@ -145,6 +153,8 @@ As the owner of an enterprise or organization account, or as a billing manager,
145
153
146
154
You can edit or delete a budget at any time, but you cannot change the scope of a budget after creating it.
147
155
156
+
For an individual user-level budget, you can also change or clear the expiration date at any time.
157
+
148
158
1. Navigate to the "Budgets and alerts" view. See [Viewing budgets](#viewing-budgets).
149
159
1. In the list of budgets, click {% octicon "kebab-horizontal" aria-label="View actions" %} next to the budget you want to edit, and click **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit** or **{% octicon "trash" aria-hidden="true" aria-label="trash" %} Delete**.
0 commit comments