Skip to content

Commit 1668f69

Browse files
Merge branch 'main' into patch-1
2 parents 909685f + 9a91913 commit 1668f69

File tree

30 files changed

+183
-58
lines changed

30 files changed

+183
-58
lines changed

.github/workflows/first-responder-v2-prs-collect.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
runs-on: ubuntu-latest
2424

2525
steps:
26+
- name: Checkout repository
27+
uses: actions/checkout@v3
28+
2629
- name: Check if the event originated from a team member
2730
uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0
2831
id: check-membership

.github/workflows/sync-audit-logs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
echo "Creating pull request..."
8888
gh pr create \
8989
--title "Update audit log event data" \
90-
--body '👋 humans. This PR updates the audit log event data with the latest changes. (Synced from github/audit-log-allowlists)
91-
90+
--body '👋 Docs First Responder. This PR updates the audit log event data with the latest changes, synced from github/audit-log-allowlists.
91+
Make sure the PR builds successfully and there are no gross errors (for example, a file is deleted). You do not need to validate the contents (that is the responsibility of product teams).
9292
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
9393
--repo github/docs-internal \
9494
--label audit-log-pipeline \

.github/workflows/sync-openapi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
--title "Update OpenAPI Description" \
111111
--body '👋 humans. This PR updates the OpenAPI description with the latest changes. (Synced from github/rest-api-description@${{ steps.rest-api-description.outputs.OPENAPI_COMMIT_SHA }})
112112
113+
Docs First Responders should follow [the acting-as-the-first-responder instructions](https://github.com/github/docs-team/blob/main/contributing-to-docs/first-responder/acting-as-the-first-responder.md?plain=1#L156).
114+
113115
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
114116
--repo github/docs-internal \
115117
--label github-openapi-bot \
60.8 KB
Loading
17.5 KB
Loading
167 KB
Loading

content/billing/managing-your-billing/about-the-billing-cycle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /billing/using-the-billing-platform/viewing-your-subscriptions-and-billing-date
99
- /billing/using-the-billing-platform/changing-the-duration-of-your-billing-cycle
1010
- /billing/using-the-new-billing-platform/viewing-your-subscriptions-and-billing-date
11+
- /billing/using-the-new-billing-platform/about-the-billing-cycle
1112
type: overview
1213
topics:
1314
- Enterprise

content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@ If your workflow does not contain a matrix called `language`, then {% data varia
207207
languages: c-cpp, csharp, python
208208
```
209209

210+
> [!NOTE]
211+
> When analyzing languages sequentially, the default build-mode for every language will be used. Alternatively, if you provide an explicit `autobuild` step, then every language that supports the `autobuild` mode will use it while other languages use their default mode. If a more complex build-mode configuration than this is required, then you will need to use a `language` matrix.
212+
210213
## Defining the alert severities that cause a check failure for a pull request
211214

212215
{% ifversion code-scanning-merge-protection-rulesets %}

content/copilot/about-github-copilot/plans-for-github-copilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ redirect_from:
1010
- /copilot/about-github-copilot/subscription-plans-for-github-copilot
1111
---
1212

13-
<!-- expires 2025-06-11 -->
13+
<!-- expires 2025-06-18 -->
1414
{% data reusables.copilot.unlimited-premium-requests %}
15-
<!-- end expires 2025-06-11 -->
15+
<!-- end expires 2025-06-18 -->
1616

1717
{% data variables.product.company_short %} offers several plans for {% data variables.product.prodname_copilot %}, depending on your needs and whether you're using {% data variables.product.prodname_copilot_short %} as an individual or as part of an organization or enterprise.
1818

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/billing-and-payments/about-billing-for-individual-copilot-plans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ You can cancel your {% data variables.product.prodname_copilot_short %} trial at
4949

5050
## About premium requests
5151

52-
<!-- expires 2025-06-11 -->
52+
<!-- expires 2025-06-18 -->
5353
{% data reusables.copilot.unlimited-premium-requests %}
54-
<!-- end expires 2025-06-11 -->
54+
<!-- end expires 2025-06-18 -->
5555

5656
Your {% data variables.product.prodname_copilot_short %} plan includes premium requests. Premium requests use more advanced models or features and count against your monthly premium request allowance.
5757

0 commit comments

Comments
 (0)