2
.github/workflows/sync-audit-logs.yml
vendored
2
.github/workflows/sync-audit-logs.yml
vendored
@@ -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 \
|
||||
|
||||
2
.github/workflows/sync-openapi.yml
vendored
2
.github/workflows/sync-openapi.yml
vendored
@@ -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 \
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user