1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Merge pull request #38924 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2025-06-16 05:37:53 -07:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ jobs:
gh pr create \
--title "Update audit log event data" \
--body '👋 Docs First Responder. This PR updates the audit log event data with the latest changes, synced from github/audit-log-allowlists.
You only need to spot check this PR and make sure it builds successfully. You do not need to validate the contents (that is the responsibility of product teams).
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).
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
--repo github/docs-internal \
--label audit-log-pipeline \

View File

@@ -110,6 +110,8 @@ jobs:
--title "Update OpenAPI Description" \
--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 }})
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).
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
--repo github/docs-internal \
--label github-openapi-bot \

View File

@@ -207,6 +207,9 @@ If your workflow does not contain a matrix called `language`, then {% data varia
languages: c-cpp, csharp, python
```
> [!NOTE]
> 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.
## Defining the alert severities that cause a check failure for a pull request
{% ifversion code-scanning-merge-protection-rulesets %}