Skip to content

Repo sync #38698

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can also contribute by creating a local environment or opening a Codespace.

<img alt="Contribution call-to-action" src="./contributing/images/contribution_cta.png" width="400">

For more complex contributions, please open an issue using the most appropriate [issue template](https://github.com/github/docs/issues/new/choose) to describe the changes you'd like to see.
For more complex contributions, please [open an issue in the docs-content repo](https://github.com/github/docs-content/issues/new/choose) describing the changes you'd like to see.

If you're looking for a way to contribute, you can scan through our [help wanted board](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) to find open issues already approved for work.

Expand Down

This file was deleted.

15 changes: 15 additions & 0 deletions src/audit-logs/data/ghes-3.14/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,21 @@
"description": "Triggered when a team discussion post is edited.",
"docs_reference_links": "/communities/moderating-comments-and-conversations/managing-disruptive-comments#editing-a-comment"
},
{
"action": "enterprise_announcement.create",
"description": "A global announcement banner was created for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner"
},
{
"action": "enterprise_announcement.destroy",
"description": "A global announcement banner was removed from the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_announcement.update",
"description": "A global announcement banner was updated for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_installation.create",
"description": "The GitHub App associated with a GitHub Connect connection was created.",
Expand Down
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghes-3.15/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,21 @@
"description": "Triggered when a team discussion post is edited.",
"docs_reference_links": "/communities/moderating-comments-and-conversations/managing-disruptive-comments#editing-a-comment"
},
{
"action": "enterprise_announcement.create",
"description": "A global announcement banner was created for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner"
},
{
"action": "enterprise_announcement.destroy",
"description": "A global announcement banner was removed from the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_announcement.update",
"description": "A global announcement banner was updated for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_installation.create",
"description": "The GitHub App associated with a GitHub Connect connection was created.",
Expand Down
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghes-3.16/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,21 @@
"description": "Triggered when a team discussion post is edited.",
"docs_reference_links": "/communities/moderating-comments-and-conversations/managing-disruptive-comments#editing-a-comment"
},
{
"action": "enterprise_announcement.create",
"description": "A global announcement banner was created for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner"
},
{
"action": "enterprise_announcement.destroy",
"description": "A global announcement banner was removed from the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_announcement.update",
"description": "A global announcement banner was updated for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_installation.create",
"description": "The GitHub App associated with a GitHub Connect connection was created.",
Expand Down
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghes-3.17/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,21 @@
"description": "Triggered when a team discussion post is edited.",
"docs_reference_links": "/communities/moderating-comments-and-conversations/managing-disruptive-comments#editing-a-comment"
},
{
"action": "enterprise_announcement.create",
"description": "A global announcement banner was created for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner"
},
{
"action": "enterprise_announcement.destroy",
"description": "A global announcement banner was removed from the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_announcement.update",
"description": "A global announcement banner was updated for the enterprise.",
"docs_reference_links": "/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise"
},
{
"action": "enterprise_installation.create",
"description": "The GitHub App associated with a GitHub Connect connection was created.",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "ec298358d957110bcdd9b7921afd7d4ab23107dd"
"sha": "e14b4ba692f0019ca81fd2843ae8445239cf480e"
}
4 changes: 3 additions & 1 deletion src/automated-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ Automated pages allow for manually created content to be prepended to the automa
## How does it work

We currently have two patterns that we used to create automated pipelines:

- REST, Webhooks, GitHub Apps, and GraphQL pipelines consume external structured data and transform that data into a JSON file that is used to create content for a page on docs.github.com. Typically, data files are a 1:1 mapping to a specific page on docs.github.com.
- The CodeQL CLI pipeline takes an unstructured ReStructuredText file and transforms it directly into a Markdown file with frontmatter, that uses the same authoring format as the rest of the docs.

## Creating a new pipeline

Each pipeline should be evaluated individually to determine the best architecture for simplicity, maintainability, and requirements.
Each pipeline should be evaluated individually to determine the best architecture for simplicity, maintainability, and requirements.
For example:

- Is the content being displayed basic Markdown content? For example, does the content avoid using complex tables and interactive elements? If so, then writing the Markdown content directly and avoiding the need to create a structured data file that requires a React component may be the best approach. This was the case for the CodeQL CLI pipeline. One caveat to think about before writing Markdown directly is whether the content will need liquid versioning. The current pipeline that writes Markdown directly does not need to use liquid versioning. Liquid versioning which would increase the complexity quite a bit. All of the Markdown content in each article that is generated from the CodeQL CLI pipeline applies to all versions listed in the `versions` frontmatter property, simplifying the Markdown generation process.
- Is the page interactive like the REST and Webhooks pages? If so, then the data will likely need to be structured data. In that case, a new React component may be needed to display the data.

Expand Down
2 changes: 1 addition & 1 deletion src/automated-pipelines/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"rest",
"webhooks"
]
}
}
Loading
Loading